blob: 777b7804f106fd3f5121d99d7255e1889b32dbad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
2010-12-10 Peter Breitenlohner <peb@mppmu.mpg.de>
Patches applied to lacheck-1.26 as obtained from CTAN.
* patch-01-WIN32: #include <win32lib.h> for WIN32, but not
for __MINGW32__.
* patch-02-ANSI: ANSI C function protos and definitions.
Declare param1 of push() as const. Avoid ambiguous `else'.
Define yywrap() after flex-provided prototype.
* patch-03-unsigned-char: Change param1 of push() and
member s_name of struct tex_group from 'unsigned char *' to
'char *' and drop or adjust casts accordingly.
* patch-04-manpage: Formatting. Avoid use of build date.
|