Fix regeneration of multi-file dependencies
[hcoop/domtool2.git] / src / domtool.grm
index 0cc4fbd..bd2726c 100644 (file)
@@ -96,8 +96,7 @@ docOpt :                                   (NONE)
        | DOC                               (SOME DOC)
 
 expOpt :                                   (NONE)
-       | exp                               (SOME (ELocal (exp, (ESkip, (expleft, expright))),
-                                                 (expleft, expright)))
+       | exp                               (SOME exp)
 
 
 exp    : apps                              (apps)