Skip to content
Snippets Groups Projects
Commit 92c853dd authored by deuce's avatar deuce
Browse files

Missing ;

parent 408ec13e
No related branches found
No related tags found
No related merge requests found
...@@ -167,7 +167,7 @@ extern "C" { ...@@ -167,7 +167,7 @@ extern "C" {
#endif #endif
#if (defined(_MSC_VER) || defined(__MINGW32__) || defined(__DMC__)) && !defined(__unix__) #if (defined(_MSC_VER) || defined(__MINGW32__) || defined(__DMC__)) && !defined(__unix__)
long getdelim(char **linep, size_t *linecapp, int delimiter, FILE *stream) long getdelim(char **linep, size_t *linecapp, int delimiter, FILE *stream);
#endif #endif
#if !defined(__BORLANDC__) && defined(__unix__) #if !defined(__BORLANDC__) && defined(__unix__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment