diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-03-23T16·37+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-03-23T16·37+0000 |
commit | 49ce8b57ddc459faef8192be04f69b9e777afc75 (patch) | |
tree | 5de55fd6b6c463bd7bb71b2b20d5ac69bf9c62e8 /src | |
parent | 20675feeab7501bd9ca78a699509b4de89885ec9 (diff) |
* Hm.
Diffstat (limited to 'src')
-rw-r--r-- | src/libexpr/nix.sdf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libexpr/nix.sdf b/src/libexpr/nix.sdf index e60311e73cc6..8546e758d4aa 100644 --- a/src/libexpr/nix.sdf +++ b/src/libexpr/nix.sdf @@ -121,9 +121,8 @@ exports Comment -> LAYOUT "#" ~[\n]* -> HashComment "/*" ( ~[\*] | Asterisk )* "*/" -> Comment - [\*] -> Asterisk + [\*] ~[\/] -> Asterisk lexical restrictions - Asterisk -/- [\/] HashComment -/- ~[\n] context-free restrictions LAYOUT? -/- [\ \t\n] |