blob: dd12337433c5fdfc8f6613a393c81eadf9127ab3 (
plain)
1
2
3
4
5
6
7
8
9
|
From the DeTeX Home Page...
Flex patch
This patch has been incorporated into detex 2.7, so it is no longer
necessary. However, if you are using flex, you'll probably need to
change the link line in the make file to be
${CC} ${CFLAGS} -o $@ ${D_OBJ} -lfl
|