summaryrefslogtreecommitdiff
path: root/ccl.c
diff options
context:
space:
mode:
authorVern Paxson <vern@ee.lbl.gov>1988-02-13 11:00:46 +0000
committerVern Paxson <vern@ee.lbl.gov>1988-02-13 11:00:46 +0000
commitc58120445fe8edf709bbb987a3d665f6d5201b55 (patch)
tree523ba8abfb910f9196abd319b3eb491e0ea7572e /ccl.c
parent2cc578462372baa1b85936749946608d7f36415f (diff)
Beta Release.
Diffstat (limited to 'ccl.c')
-rw-r--r--ccl.c15
1 files changed, 13 insertions, 2 deletions
diff --git a/ccl.c b/ccl.c
index fa15c02..a99241b 100644
--- a/ccl.c
+++ b/ccl.c
@@ -1,7 +1,15 @@
-/* lexccl - routines for character classes */
+/* flexccl - routines for character classes */
/*
- * Copyright (c) University of California, 1987
+ * Copyright (c) 1987, the University of California
+ *
+ * The United States Government has rights in this work pursuant to
+ * contract no. DE-AC03-76SF00098 between the United States Department of
+ * Energy and the University of California.
+ *
+ * This program may be redistributed. Enhancements and derivative works
+ * may be created provided the new works, if made available to the general
+ * public, are made available for use by anyone.
*/
#include "flexdef.h"
@@ -13,6 +21,7 @@
* char ch;
* ccladd( cclp, ch );
*/
+
ccladd( cclp, ch )
int cclp;
char ch;
@@ -51,6 +60,7 @@ char ch;
* int cclinit();
* new_ccl = cclinit();
*/
+
int cclinit()
{
@@ -90,6 +100,7 @@ int cclinit()
* int cclp;
* cclnegate( ccl );
*/
+
cclnegate( cclp )
int cclp;