From 5921f26b9d7346d719926e4bdae7aada7069a4b5 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Thu, 10 Feb 1994 13:58:23 -0700 Subject: [PATCH] * pa.h (IS_ASM_LOGICAL_LINE_SEPARATOR): Define. From-SVN: r6525 --- gcc/config/pa/pa.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index b70cf1573fe..b3ed1a35cbb 100644 --- a/gcc/config/pa/pa.h +++ b/gcc/config/pa/pa.h @@ -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 -- 2.30.2