• 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
longpath_tbl_functions.h 2.45 KB