mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
gfse: include a -path flag to find rgl modules
This commit is contained in:
@@ -176,7 +176,8 @@ function show_concretes(g) {
|
||||
|
||||
function show_concrete(basename) {
|
||||
return function(conc) {
|
||||
return "concrete "+basename+conc.langcode+" of "+basename+" ="
|
||||
return "--# -path=.:present\n"
|
||||
+ "concrete "+basename+conc.langcode+" of "+basename+" ="
|
||||
+show_opens(conc.opens)
|
||||
+" {\n\nflags coding = utf8 ;\n\n"
|
||||
+show_params(conc.params)
|
||||
|
||||
Reference in New Issue
Block a user