aboutsummaryrefslogtreecommitdiff
path: root/src/boot/scanner.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/scanner.boot')
-rw-r--r--src/boot/scanner.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/boot/scanner.boot b/src/boot/scanner.boot
index 3b521975..8066ee94 100644
--- a/src/boot/scanner.boot
+++ b/src/boot/scanner.boot
@@ -1,6 +1,6 @@
-- Copyright (c) 1991-2002, The Numerical Algorithms Group Ltd.
-- All rights reserved.
--- Copyright (C) 2007-2010, Gabriel Dos Reis.
+-- Copyright (C) 2007-2011, Gabriel Dos Reis.
-- All rights reserved.
--
-- Redistribution and use in source and binary forms, with or without
@@ -184,7 +184,7 @@ shoeToken () ==
-- to pair badge and badgee
shoeLeafId x ==
- ["ID",INTERN x]
+ ["ID",makeSymbol x]
shoeLeafKey x==
["KEY",shoeKeyWord x]