aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/lib/compiler/egen/core_parse.erl
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2010-06-02 12:54:58 +0000
committerErlang/OTP <[email protected]>2010-06-02 12:54:58 +0000
commit841de5287ecef4dae5ea2e78531d8216f9b87989 (patch)
treeae341b89ac5925547aa7a6474f861e2605850939 /bootstrap/lib/compiler/egen/core_parse.erl
parentea0419df3393f0fe304d57dac8723e1d1e4b4344 (diff)
downloadotp-841de5287ecef4dae5ea2e78531d8216f9b87989.tar.gz
otp-841de5287ecef4dae5ea2e78531d8216f9b87989.tar.bz2
otp-841de5287ecef4dae5ea2e78531d8216f9b87989.zip
Update bootstrap compiler
Diffstat (limited to 'bootstrap/lib/compiler/egen/core_parse.erl')
-rw-r--r--bootstrap/lib/compiler/egen/core_parse.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/lib/compiler/egen/core_parse.erl b/bootstrap/lib/compiler/egen/core_parse.erl
index 093ab4d1a3..05624beb14 100644
--- a/bootstrap/lib/compiler/egen/core_parse.erl
+++ b/bootstrap/lib/compiler/egen/core_parse.erl
@@ -13,7 +13,7 @@
tok_val(T) -> element(3, T).
tok_line(T) -> element(2, T).
--file("/usr/local/lib/erlang/lib/parsetools-2.0.2/include/yeccpre.hrl", 0).
+-file("/usr/local/otp/releases/sles10_32_R13B04_patched/lib/parsetools-2.0.2/include/yeccpre.hrl", 0).
%%
%% %CopyrightBegin%
%%
@@ -194,7 +194,7 @@ yecctoken2string(Other) ->
--file("/Users/bjorng/Downloads/otp/bootstrap/lib/compiler/egen/core_parse.erl", 197).
+-file("/clearcase/otp/erts/bootstrap/lib/compiler/egen/core_parse.erl", 197).
yeccpars2(0=S, Cat, Ss, Stack, T, Ts, Tzr) ->
yeccpars2_0(S, Cat, Ss, Stack, T, Ts, Tzr);