mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
Merge branch 'master' of https://github.com/GrammaticalFramework/GF
This commit is contained in:
44
.gitignore
vendored
Normal file
44
.gitignore
vendored
Normal file
@@ -0,0 +1,44 @@
|
|||||||
|
*.class
|
||||||
|
*.la
|
||||||
|
*.o
|
||||||
|
*.lo
|
||||||
|
*.jar
|
||||||
|
*.gfo
|
||||||
|
*.pgf
|
||||||
|
dist/
|
||||||
|
src/runtime/c/.libs/
|
||||||
|
src/runtime/c/Makefile
|
||||||
|
src/runtime/c/Makefile.in
|
||||||
|
src/runtime/c/aclocal.m4
|
||||||
|
src/runtime/c/autom4te.cache/
|
||||||
|
src/runtime/c/config.h
|
||||||
|
src/runtime/c/config.h.in
|
||||||
|
src/runtime/c/config.log
|
||||||
|
src/runtime/c/config.status
|
||||||
|
src/runtime/c/configure
|
||||||
|
src/runtime/c/gu/.deps/
|
||||||
|
src/runtime/c/gu/.dirstamp
|
||||||
|
src/runtime/c/libgu.pc
|
||||||
|
src/runtime/c/libpgf.pc
|
||||||
|
src/runtime/c/libsg.pc
|
||||||
|
src/runtime/c/libtool
|
||||||
|
src/runtime/c/m4/libtool.m4
|
||||||
|
src/runtime/c/m4/ltoptions.m4
|
||||||
|
src/runtime/c/m4/ltsugar.m4
|
||||||
|
src/runtime/c/m4/ltversion.m4
|
||||||
|
src/runtime/c/m4/lt~obsolete.m4
|
||||||
|
src/runtime/c/pgf/.deps/
|
||||||
|
src/runtime/c/pgf/.dirstamp
|
||||||
|
src/runtime/c/pgf/lightning/asm.h
|
||||||
|
src/runtime/c/pgf/lightning/core.h
|
||||||
|
src/runtime/c/pgf/lightning/fp.h
|
||||||
|
src/runtime/c/pgf/lightning/funcs.h
|
||||||
|
src/runtime/c/scripts/
|
||||||
|
src/runtime/c/sg/.deps/
|
||||||
|
src/runtime/c/sg/.dirstamp
|
||||||
|
src/runtime/c/stamp-h1
|
||||||
|
src/runtime/java/.libs/
|
||||||
|
src/runtime/python/build/
|
||||||
|
src/ui/android/libs/
|
||||||
|
src/ui/android/obj/
|
||||||
|
|
||||||
@@ -1125,7 +1125,17 @@ pgf_file_lzn_symbol_meta(PgfLinFuncs** funcs, PgfMetaId id)
|
|||||||
flin->capit = PGF_CAPIT_NONE;
|
flin->capit = PGF_CAPIT_NONE;
|
||||||
}
|
}
|
||||||
|
|
||||||
gu_putc('?', flin->out, flin->err);
|
gu_putc('?', flin->out, flin->err);
|
||||||
|
|
||||||
|
switch (flin->capit) {
|
||||||
|
case PGF_CAPIT_FIRST:
|
||||||
|
flin->capit = PGF_CAPIT_NONE;
|
||||||
|
break;
|
||||||
|
case PGF_CAPIT_ALL:
|
||||||
|
flin->capit = PGF_CAPIT_NEXT;
|
||||||
|
break;
|
||||||
|
default:;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static PgfLinFuncs pgf_file_lin_funcs = {
|
static PgfLinFuncs pgf_file_lin_funcs = {
|
||||||
|
|||||||
Reference in New Issue
Block a user