aboutsummaryrefslogtreecommitdiff
path: root/frontend/scanner.icl
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/scanner.icl')
-rw-r--r--frontend/scanner.icl4
1 files changed, 1 insertions, 3 deletions
diff --git a/frontend/scanner.icl b/frontend/scanner.icl
index 8e17d42..c296e63 100644
--- a/frontend/scanner.icl
+++ b/frontend/scanner.icl
@@ -1918,7 +1918,5 @@ freadPreprocessedLine file
= loop pattern line (i-1)
replace_beginning_with :: !String !*String -> .String
replace_beginning_with replacement string
- # result = { string & [i] = replacement.[i] \\ i<-[0..size replacement-1] }
- | True--->("replaced", result)
- = result
+ = { string & [i] = replacement.[i] \\ i<-[0..size replacement-1] }
// ..MW8