]> gcc.gnu.org Git - gcc.git/commitdiff
* pa.h (DOLLARS_IN_IDENTIFIERS): Define as 2.
authorJeff Law <law@gcc.gnu.org>
Tue, 10 Aug 1993 16:56:29 +0000 (10:56 -0600)
committerJeff Law <law@gcc.gnu.org>
Tue, 10 Aug 1993 16:56:29 +0000 (10:56 -0600)
From-SVN: r5128

gcc/config/pa/pa.h

index d804180dc27e523563d113a14b198513471bec77..fdfc658c82be4ad74195b7e0910e117f748eeb82 100644 (file)
@@ -119,6 +119,9 @@ extern int target_flags;
   
 #define LINK_SPEC "-u main"
 
+/* Allow $ in identifiers.  */
+#define DOLLARS_IN_IDENTIFIERS 2
+
 /* Make gcc agree with <machine/ansi.h> */
 
 #define SIZE_TYPE "unsigned int"
This page took 0.070828 seconds and 5 git commands to generate.