gfse: include a -path flag to find rgl modules

This commit is contained in:
hallgren
2011-02-28 15:45:55 +00:00
parent 10f2f3e7d7
commit 164018b6c0

View File

@@ -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)