From 49ce8b57ddc459faef8192be04f69b9e777afc75 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 23 Mar 2006 16:37:49 +0000 Subject: [PATCH] * Hm. --- src/libexpr/nix.sdf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/libexpr/nix.sdf b/src/libexpr/nix.sdf index e60311e73c..8546e758d4 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]