summaryrefslogtreecommitdiff
path: root/yylex.c
diff options
context:
space:
mode:
authorVern Paxson <vern@ee.lbl.gov>1989-05-25 11:46:34 +0000
committerVern Paxson <vern@ee.lbl.gov>1989-05-25 11:46:34 +0000
commite831ac409985484419486fabe3ca605b4646126f (patch)
tree8bc8522625c2f4ca72e0c7348c623d276319e775 /yylex.c
parent9ff111c5b135a37c5107fcf8797f7e739d50e981 (diff)
Split copyright string into two to avoid tempting fate with \<newline>
sequences ...
Diffstat (limited to 'yylex.c')
-rw-r--r--yylex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/yylex.c b/yylex.c
index 357aa07..2e1cead 100644
--- a/yylex.c
+++ b/yylex.c
@@ -27,8 +27,8 @@
#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$ (LBL)";