aboutsummaryrefslogtreecommitdiff
path: root/frontend/postparse.icl
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/postparse.icl')
-rw-r--r--frontend/postparse.icl2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/postparse.icl b/frontend/postparse.icl
index def5cd8..19cf641 100644
--- a/frontend/postparse.icl
+++ b/frontend/postparse.icl
@@ -87,7 +87,7 @@ instance toParsedExpr Int where
postParseError :: Position {#Char} *CollectAdmin -> *CollectAdmin
postParseError pos msg ps=:{ca_error={pea_file}}
# (filename, line, funname) = get_file_and_line_nr pos
- pea_file = pea_file <<< "Post Parse Error [" <<< filename <<< "," <<< line
+ pea_file = pea_file <<< "Error [" <<< filename <<< "," <<< line
pea_file = case funname of
Yes name -> pea_file <<< "," <<< name
No -> pea_file