summaryrefslogtreecommitdiff
path: root/scan.l
diff options
context:
space:
mode:
authorvern <vern>1989-05-25 11:46:34 +0000
committervern <vern>1989-05-25 11:46:34 +0000
commit4756e4b34e07a71ba3624f91834eec93a2d496f3 (patch)
tree4a239005de6db2e5316fe388936b3f60bafe4af1 /scan.l
parentaff5baba5599cbb96d94396c2357e7780af36360 (diff)
downloadflex-4756e4b34e07a71ba3624f91834eec93a2d496f3.tar.gz
Split copyright string into two to avoid tempting fate with \<newline>
sequences ...
Diffstat (limited to 'scan.l')
-rw-r--r--scan.l6
1 files changed, 3 insertions, 3 deletions
diff --git a/scan.l b/scan.l
index ace9d4e..f1a83ca 100644
--- a/scan.l
+++ b/scan.l
@@ -30,11 +30,11 @@
#ifndef lint
static char copyright[] =
-"@(#) Copyright (c) 1989 The Regents of the University of California.\n\
- All rights reserved.\n";
+ "@(#) Copyright (c) 1989 The Regents of the University of California.\n";
+static char CR_continuation[] = "@(#) All rights reserved.\n";
static char rcsid[] =
- "@(#) $Header: /cvsroot/flex/flex/scan.l,v 1.6 1989/05/24 11:43:31 vern Exp $ (LBL)";
+ "@(#) $Header: /cvsroot/flex/flex/scan.l,v 1.7 1989/05/25 11:47:04 vern Exp $ (LBL)";
#endif
#define ACTION_ECHO fprintf( temp_action_file, "%s", yytext )