version_8_strict.c | version_8_strict.c | |||
---|---|---|---|---|
/* Check Standards Version 6 strictness */ | /* Check Standards Version 6 strictness */ | |||
#include "test.h" | #include "test.h" | |||
#include <stdlib.h> | #include <stdlib.h> | |||
#include <sys/types.h> | #include <sys/types.h> | |||
#include <stdio.h> | #include <stdio.h> | |||
#include <sys/stat.h> | #include <sys/stat.h> | |||
#include <fcntl.h> | #include <fcntl.h> | |||
#include <string.h> | #include <string.h> | |||
#include <errno.h> | #include <errno.h> | |||
#include <unistd.h> | ||||
int cb(gd_parser_data_t* pdata, void* ll) | int cb(gd_parser_data_t* pdata, void* ll) | |||
{ | { | |||
((int*)ll)[pdata->linenum - 1] = 1; | ((int*)ll)[pdata->linenum - 1] = 1; | |||
return GD_SYNTAX_IGNORE; | return GD_SYNTAX_IGNORE; | |||
} | } | |||
#define NLINES 13 | #define NLINES 13 | |||
int main(void) | int main(void) | |||
{ | { | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 0 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |