* src/output.c (output): Topological sort of the functions, in
authorAkim Demaille <akim@epita.fr>
Mon, 2 Oct 2000 07:50:14 +0000 (07:50 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 2 Oct 2000 07:50:14 +0000 (07:50 +0000)
commit6c89f1c1388ef0368855fc0400d35dfaf57db3ef
tree896d0fbc1acc5f6a19081576a5276869e5109bb1
parentd5796688b17857ba9041aa65c67f5c2c1c88c3bc
* src/output.c (output): Topological sort of the functions, in
order to get rid of the `static' prototypes.
No longer use `register'.
* src/output.h: New file.
Propagate its inclusion in files explicitly prototyping functions
from output.c.
ChangeLog
src/Makefile.am
src/main.c
src/output.c
src/output.h [new file with mode: 0644]
src/reader.c