Commit 7033d44c by Jeff Law

* pa.h (DOLLARS_IN_IDENTIFIERS): Define as 2.

From-SVN: r5128
parent df7b8573
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment