Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1c024bda
Commit
1c024bda
authored
Sep 19, 2000
by
Jeff Bailey
Browse files
Add warning to top of source files
parent
ba9eeda1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
src/regex.c
src/regex.c
+4
-0
src/regex.h
src/regex.h
+4
-0
No files found.
src/regex.c
View file @
1c024bda
/* Only edit this file through the CVS module in subversions. This file
is automatically updated whenever changes are made to it there, and
all of your work will be lost! - jbailey Sep 19, 2000 */
/* Extended regular expression matching and search library, version
0.12. (Implements POSIX draft P1003.2/D11.2, except for some of the
internationalization features.)
...
...
src/regex.h
View file @
1c024bda
/* Only edit this file through the CVS module in subversions. This file
is automatically updated whenever changes are made to it there, and
all of your work will be lost! - jbailey Sep 19, 2000 */
/* Definitions for data structures and routines for the regular
expression library, version 0.12.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment