1
0
forked from GitHub/gf-core

gfse: don't add --# -path=.:present

Nowadays GF includes alltenses by default in the grammar search path.
This commit is contained in:
hallgren
2013-04-20 07:25:38 +00:00
parent 038912654d
commit 7c24e41d54

View File

@@ -307,7 +307,7 @@ function conc_extends(conc) { return function(m) { return m+conc.langcode; }}
function show_concrete(g) {
return function(conc) {
return "--# -path=.:present\n"
return "" // "--# -path=.:present\n"
+ "concrete "+g.basename+conc.langcode+" of "+g.basename+" = "
+show_extends((g.extends || []).map(conc_extends(conc)))
+show_opens(conc.opens)