gfse: include a -path flag to find rgl modules

This commit is contained in:
hallgren
2011-02-28 15:45:55 +00:00
parent 1cae23fce7
commit a4c82e51a0

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)