Commit 5921f26b by Jeff Law

* pa.h (IS_ASM_LOGICAL_LINE_SEPARATOR): Define.

From-SVN: r6525
parent f7714ced
......@@ -1869,6 +1869,9 @@ readonly_data () \
#define ASM_OPEN_PAREN "("
#define ASM_CLOSE_PAREN ")"
/* All HP assemblers use "!" to separate logical lines. */
#define IS_ASM_LOGICAL_LINE_SEPARATOR(C) ((C) == '!')
/* Define results of standard character escape sequences. */
#define TARGET_BELL 007
#define TARGET_BS 010
......
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