Do not use C++ comments in ANSI C

This commit is contained in:
Ralf S. Engelschall 2001-01-19 08:23:11 +00:00
parent 24bae40be7
commit 80f283f8ee

View File

@ -70,7 +70,7 @@ char * text_find_next_line(char *);
char * text_find_string(char * buffer, char * string);
#ifdef __cplusplus
} // end extern "C"
} /* end extern "C" */
#endif
#endif /* !__LIB_TEXT_H__ */