#!/bin/sh
# $Id: gcc-stricter,v 1.4 2009/12/06 15:15:01 tom Exp $
#
# _CONST_X_STRING is my own ifdef to X11/Intrinsic.h, to make
#	typedef const char *String;
# Doing that will help me make the "const" strings in xterm, xvile match with X.
#
# I also changed X11/XResource.h to use _Xconst in XrmOptionDescRec.
#
gcc-strict -D_CONST_X_STRING -D_FORTIFY_SOURCE=2 "$@"
