Native compilation article

Adam Megacz gcj@lists.megacz.com
Wed Jan 30 22:46:00 GMT 2002


Bryce McKinlay <bryce@waitaki.otago.ac.nz> writes:
> Huh? I checked it in last year:

D'oh! Sorry, I checked by checking out the latest CVS and looking in
default.h for DOLLARS_IN_IDENTIFIERS, as it appeared in the patch you
sent me... did you check in a different patch with the same effect?

  - a

Index: defaults.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/defaults.h,v
retrieving revision 1.61
diff -u -r1.61 defaults.h
--- defaults.h  2001/12/02 14:38:06     1.61
+++ defaults.h  2001/12/05 02:36:00
@@ -457,4 +457,9 @@
 #define PREFERRED_DEBUGGING_TYPE NO_DEBUG
 #endif
 
+/* Nonzero means `$' can be in an identifier.  */
+#ifndef DOLLARS_IN_IDENTIFIERS
+#define DOLLARS_IN_IDENTIFIERS 1
+#endif
+
 #endif  /* ! GCC_DEFAULTS_H */





More information about the Java mailing list