Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in custom.c #2538

Closed
vicuna opened this issue Jul 26, 2000 · 2 comments
Closed

Error in custom.c #2538

vicuna opened this issue Jul 26, 2000 · 2 comments
Labels

Comments

@vicuna
Copy link

vicuna commented Jul 26, 2000

Original bug ID: 169
Reporter: administrator
Status: closed
Resolution: fixed
Priority: normal
Severity: minor
Category: ~DO NOT USE (was: OCaml general)

Bug description

Full_Name: Andrew Martin
Version: 3.00
OS: Unix
Submission from: w3inet-muc.sps.mot.com (195.212.186.100)

in byterun/custom.c:

The second last line of final_custom (about line 100 in the file) needs to be
changed from
custom_ops_table = l;
to
custom_ops_final_table = l;

@vicuna
Copy link
Author

vicuna commented Jul 27, 2000

Comment author: administrator

in byterun/custom.c:
The second last line of final_custom (about line 100 in the file)
needs to be changed from
custom_ops_table = l;
to
custom_ops_final_table = l;

Well spotted. The working sources were fixed. Thanks for the bug report.

  • Xavier Leroy

@vicuna
Copy link
Author

vicuna commented Jul 28, 2000

Comment author: administrator

Fixed 2000-07-27 by Xavier

@vicuna vicuna closed this as completed Jul 28, 2000
@vicuna vicuna added the bug label Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant