]> gcc.gnu.org Git - gcc.git/commitdiff
* pa.h (IS_ASM_LOGICAL_LINE_SEPARATOR): Define.
authorJeff Law <law@gcc.gnu.org>
Thu, 10 Feb 1994 20:58:23 +0000 (13:58 -0700)
committerJeff Law <law@gcc.gnu.org>
Thu, 10 Feb 1994 20:58:23 +0000 (13:58 -0700)
From-SVN: r6525

gcc/config/pa/pa.h

index b70cf1573fea130ef127e41f8459ad7075b46eab..b3ed1a35cbbb1df9c8ad13b673fe18c94877c9fb 100644 (file)
@@ -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
This page took 0.068326 seconds and 5 git commands to generate.