]> granicus.if.org Git - flex/commitdiff
Split copyright string.
authorVern Paxson <vern@ee.lbl.gov>
Thu, 25 May 1989 11:48:41 +0000 (11:48 +0000)
committerVern Paxson <vern@ee.lbl.gov>
Thu, 25 May 1989 11:48:41 +0000 (11:48 +0000)
parse.y

diff --git a/parse.y b/parse.y
index a26c5d42f2a4e89e6c03744e26441100281f51a3..6f742dcd468d300fcee5f80e6a375bde7f081393 100644 (file)
--- a/parse.y
+++ b/parse.y
@@ -33,8 +33,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)";