diff options
author | Patrik Nyblom <[email protected]> | 2010-12-03 17:41:47 +0100 |
---|---|---|
committer | Patrik Nyblom <[email protected]> | 2010-12-03 17:41:47 +0100 |
commit | 4a80e8aae0372cbdc5185500b2c25881c6c1fb5e (patch) | |
tree | e119507a1d71263232c6feab60915d51e35f66b2 /bootstrap/lib/compiler | |
parent | 5a339a8af02acc882e5ba2dbc5674acc085bdd70 (diff) | |
download | otp-4a80e8aae0372cbdc5185500b2c25881c6c1fb5e.tar.gz otp-4a80e8aae0372cbdc5185500b2c25881c6c1fb5e.tar.bz2 otp-4a80e8aae0372cbdc5185500b2c25881c6c1fb5e.zip |
Update primary bootstrap
Diffstat (limited to 'bootstrap/lib/compiler')
-rw-r--r-- | bootstrap/lib/compiler/egen/core_parse.erl | 4 |
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 0e94fb414d..6e3fead4a3 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/otp/releases/sles10_32_R14B_patched/lib/parsetools-2.0.4/include/yeccpre.hrl", 0). +-file("/usr/local/otp/releases/sles10_64_R14B_patched/lib/parsetools-2.0.4/include/yeccpre.hrl", 0). %% %% %CopyrightBegin% %% @@ -196,7 +196,7 @@ yecctoken2string(Other) -> --file("/ldisk/bjorn/otp/bootstrap/lib/compiler/egen/core_parse.erl", 199). +-file("/ldisk/pan/git/otp/bootstrap/lib/compiler/egen/core_parse.erl", 199). yeccpars2(0=S, Cat, Ss, Stack, T, Ts, Tzr) -> yeccpars2_0(S, Cat, Ss, Stack, T, Ts, Tzr); |