aboutsummaryrefslogtreecommitdiff
path: root/src/interp/parse.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/parse.boot')
-rw-r--r--src/interp/parse.boot4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/interp/parse.boot b/src/interp/parse.boot
index 5309b271..52d29596 100644
--- a/src/interp/parse.boot
+++ b/src/interp/parse.boot
@@ -1,6 +1,6 @@
-- Copyright (c) 1991-2002, The Numerical ALgorithms Group Ltd.
-- All rights reserved.
--- Copyright (C) 2007, Gabriel Dos Reis.
+-- Copyright (C) 2007-2008, Gabriel Dos Reis.
-- All rights reserved.
--
-- Redistribution and use in source and binary forms, with or without
@@ -39,6 +39,8 @@ import '"postpar"
++ If non nil, holds the operator being being defined.
$defOp := nil
+
+$oldParserExpandAbbrs := false
parseTransform x ==
$defOp: local:= nil