• Nils Goroll's avatar
    make more intelligent use of the tables files. · 47021054
    Nils Goroll authored
    have checked the cpp output, all it does is shuffle around the definitions:
    
    for f in src/*.i ; do egrep ^extern /tmp/liblongpath/$f | sort >/tmp/liblongpath/$f.s && egrep ^extern $f | sort >$f.s && diff -ub /tmp/liblongpath/$f.s $f.s|less ; done
    47021054
Name
Last commit
Last update
m4 Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
CONFIGURE Loading commit data...
LICENSE Loading commit data...
Makefile.am Loading commit data...
README.html Loading commit data...
README.rst Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...