This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Native compilation article



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 */




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]