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

Firebird.pas [CORE6157] #6406

Open
firebird-automations opened this issue Oct 14, 2019 · 4 comments
Open

Firebird.pas [CORE6157] #6406

firebird-automations opened this issue Oct 14, 2019 · 4 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Norbert Saint Georges (norpa)

the Firebird.pas file is distributed only in the linux version but in no other version.

in version 4.0.0.1629, there are the following errors:

In Pascal, "record" is a reserved word.

after renaming:

"record" to "frecord";
"integer32" to "Int32";

added:

ISC_TIME_TZ = Integer; // ?? I do not know the good value
ISC_TIMESTAMP_TZ = Integer; // ?? I do not know the good value

after these changes it compiles under Delphi and Typhoon Code.

Commits: 2d8ebe0

@firebird-automations
Copy link
Collaborator Author

Modified by: Norbert Saint Georges (norpa)

priority: Major [ 3 ] => Trivial [ 5 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @AlexPeshkoff

Got ready for building firebird.pas on windows, no need in awk & grep any more

@firebird-automations
Copy link
Collaborator Author

Commented by: @AlexPeshkoff

Changes similar to mentioned (record, ISC_TIME_TZ, etc.) were already done before.

@firebird-automations
Copy link
Collaborator Author

Commented by: Norbert Saint Georges (norpa)

Indeed, everything is ok in the latest versions

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