Mail Archives: djgpp-workers/1998/09/08/14:46:35
> --- djtypes.h Tue Sep 8 12:27:16 1998
> +++ c:\temp\include\sys\djtypes.h Sun Oct 30 01:22:34 1994
NEVER send patches to me with backslashes. Always use forward
slashes. I apply these diffs on a Unix machine, which doesn't
understand reverse slashes.
Please avoid DOS drive letters completely. You should run diff from
the top of the source tree (yours would have said include/sys/djtypes.h
if done right).
> @@ -11,13 +11,6 @@
Please use "diff -c3"
> -# define __DJ_wchar_t
Bad style. No spaces after the '#'
> -// ... but remains a typedef in C
This is NOT a valid C comment
> -# define __DJ_wchar_t typedef int wchar_t;
> -#endif
> +#define __DJ_wchar_t typedef int wchar_t;
Your diffs are reversed. Always list the OLD file FIRST, and the new
file second.
- Raw text -