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

camlidl and const #2818

Closed
vicuna opened this issue Jun 27, 2001 · 2 comments
Closed

camlidl and const #2818

vicuna opened this issue Jun 27, 2001 · 2 comments

Comments

@vicuna
Copy link

vicuna commented Jun 27, 2001

Original bug ID: 414
Reporter: administrator
Status: closed
Resolution: fixed
Priority: normal
Severity: minor
Category: -for CamlIDL use https://github.com/xavierleroy/camlidl/issues

Bug description

Full_Name: Dmitry Bely
Version: 3.01, camlidl cvs 27.06.01
OS: Windows NT
Submission from: d009.p3.col.ru (195.210.132.9)

Problem with const and typedef:

const int One = 1; /* OK */

typedef int INT;
const INT Two = 2; /* const.idl: type mismatch in constant Two */

@vicuna
Copy link
Author

vicuna commented Jun 29, 2001

Comment author: administrator

Problem with const and typedef:

const int One = 1; /* OK */

typedef int INT;
const INT Two = 2; /* const.idl: type mismatch in constant Two */

My mistake. I'll fix this.

  • Xavier Leroy

@vicuna
Copy link
Author

vicuna commented Jul 2, 2001

Comment author: administrator

fixed by Xavier on 2001-06-2?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant