aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/lib/compiler/egen/core_parse.erl
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2010-05-10 07:19:53 +0200
committerBjörn Gustavsson <[email protected]>2010-05-11 09:04:22 +0200
commitcdd4f992ec0c64c086255f87f1c6282d2a0a7a4d (patch)
treea022733ee92f385e34b59ec0467999c451faaa53 /bootstrap/lib/compiler/egen/core_parse.erl
parent9c91901e8e57fd6366fd966e754a62a8a205c000 (diff)
downloadotp-cdd4f992ec0c64c086255f87f1c6282d2a0a7a4d.tar.gz
otp-cdd4f992ec0c64c086255f87f1c6282d2a0a7a4d.tar.bz2
otp-cdd4f992ec0c64c086255f87f1c6282d2a0a7a4d.zip
Update primary bootstrap
Diffstat (limited to 'bootstrap/lib/compiler/egen/core_parse.erl')
-rw-r--r--bootstrap/lib/compiler/egen/core_parse.erl6
1 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap/lib/compiler/egen/core_parse.erl b/bootstrap/lib/compiler/egen/core_parse.erl
index 05624beb14..02b3458ebb 100644
--- a/bootstrap/lib/compiler/egen/core_parse.erl
+++ b/bootstrap/lib/compiler/egen/core_parse.erl
@@ -13,11 +13,11 @@
tok_val(T) -> element(3, T).
tok_line(T) -> element(2, T).
--file("/usr/local/otp/releases/sles10_32_R13B04_patched/lib/parsetools-2.0.2/include/yeccpre.hrl", 0).
+-file("/usr/local/lib/erlang/lib/parsetools-2.0.2/include/yeccpre.hrl", 0).
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 2008-2010. All Rights Reserved.
+%% Copyright Ericsson AB 1996-2010. All Rights Reserved.
%%
%% The contents of this file are subject to the Erlang Public License,
%% Version 1.1, (the "License"); you may not use this file except in
@@ -194,7 +194,7 @@ yecctoken2string(Other) ->
--file("/clearcase/otp/erts/bootstrap/lib/compiler/egen/core_parse.erl", 197).
+-file("/Users/bjorng/Downloads/otp/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);