diff options
author | Björn Gustavsson <[email protected]> | 2009-12-11 09:44:32 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2009-12-11 09:44:32 +0000 |
commit | c4bc6f73b2725c124ae4f15050027b1834953ab9 (patch) | |
tree | c9f2c7fd057fc17491bdf76500216fc235e26fde /bootstrap/lib/stdlib/egen/erl_parse.erl | |
parent | a4d5f63b767793d33c06901760c0f35143ac6574 (diff) | |
download | otp-c4bc6f73b2725c124ae4f15050027b1834953ab9.tar.gz otp-c4bc6f73b2725c124ae4f15050027b1834953ab9.tar.bz2 otp-c4bc6f73b2725c124ae4f15050027b1834953ab9.zip |
Update bootstrap compiler
Diffstat (limited to 'bootstrap/lib/stdlib/egen/erl_parse.erl')
-rw-r--r-- | bootstrap/lib/stdlib/egen/erl_parse.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/lib/stdlib/egen/erl_parse.erl b/bootstrap/lib/stdlib/egen/erl_parse.erl index 754e943beb..684f65386f 100644 --- a/bootstrap/lib/stdlib/egen/erl_parse.erl +++ b/bootstrap/lib/stdlib/egen/erl_parse.erl @@ -529,7 +529,7 @@ get_attribute(L, Name) -> get_attributes(L) -> erl_scan:attributes_info(L). --file("/usr/local/otp/releases/otp_beam_linux_sles10_i386_r13b02_patched/lib/parsetools-2.0/include/yeccpre.hrl", 0). +-file("/usr/local/otp/releases/sles10_32_R13B03_patched/lib/parsetools-2.0.1/include/yeccpre.hrl", 0). %% %% %CopyrightBegin% %% |