summaryrefslogtreecommitdiff
path: root/flexdef.h
diff options
context:
space:
mode:
authormillaway <millaway>2002-08-17 20:04:51 +0000
committermillaway <millaway>2002-08-17 20:04:51 +0000
commit19270b9797634ee75a4e3d80449db8603ff50e50 (patch)
tree94c7a5fb92f2916aeb4bd22f91b1bcc3f2903819 /flexdef.h
parent21dd9c6fed52b8571ba9c30d48d1a54097aa7bdb (diff)
downloadflex-19270b9797634ee75a4e3d80449db8603ff50e50.tar.gz
Start conditions now optional in header.
undef's now optional in header. Start conditions are NOT prefixed.
Diffstat (limited to 'flexdef.h')
-rw-r--r--flexdef.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/flexdef.h b/flexdef.h
index 036611c..a8a8ea9 100644
--- a/flexdef.h
+++ b/flexdef.h
@@ -1088,16 +1088,4 @@ extern jmp_buf flex_main_jmp_buf;
/* Removes all \n and \r chars from tail of str. returns str. */
extern char* chomp(char* str);
-/* converts str to lowercase. returns str. */
-extern char * strlower (char *str);
-
-/* converts str to lowercase. returns str. */
-extern char * strupper (char *str);
-
-/* guess case preference for str */
-extern int case_preference (const char* str);
-
-/* creates a name-space safe copy of start cond name in buf. returns buf */
-extern char * fix_scname (char * buf, const char * name);
-
#endif /* not defined FLEXDEF_H */