DDL Compiler Commands
Data Definition Language (DDL) Reference Manual — 426798-002
9- 11
C00CALIGN Command
C00CALIGN Command
The C00CALIGN command specifies the alignment rules to be used when the DDL
compiler generates C code.
C00CALIGN
directs DDL to employ the C00 alignment rules used by C. C00CALIGN is the
default.
NOC00CALIGN
directs DDL to employ the alignment rules used by C prior to the C00 release.
C00CALIGN Command Guidelines
The following points are guidelines when using the C00CALIGN command:
•
When using rules prior to C00, all substructures must be word aligned and an even
number of bytes in length.
•
When using earlier rules, substructures that contain only byte data can be byte
aligned or odd length.
•
The C00CALIGN and CFIELDALIGN_MATCHED2 commands cannot be in effect
at the same time. DDL uses the value of the last command that was specified
(C00CALIGN, NOC00CALIGN, or CFIELDALIGN_MATCHED2). C00CALIGN is
the default setting.
For more information about alignment rules, see
Appendix H, DDL Alignment Rules
.
CCHECK Command
The CCHECK command causes the DDL compiler to:
•
Perform C syntax checks as though the compiler were going to produce C source
code, but without actually generating the code.
•
List messages describing any error or warning conditions discovered during syntax
checking.[
CCHECK
performs the C syntax checks as though C source code were being produced. If a
C source file is open, CCHECK is the default.
[ NO ] C00CALIGN
[ NO ] CCHECK
Содержание DDL D40
Страница 36: ...Introduction to DDL Data Definition Language DDL Reference Manual 426798 002 1 14 Examining a Dictionary ...
Страница 66: ...Named Constants Data Definition Language DDL Reference Manual 426798 002 4 10 Standard SPI Constants ...
Страница 230: ...Dictionary Manipulation Statements Data Definition Language DDL Reference Manual 426798 002 8 14 SHOW USE OF Statement ...
Страница 370: ...Dictionary Maintenance Data Definition Language DDL Reference Manual 426798 002 10 24 Converting a Dictionary ...
Страница 456: ...Sample Schemas Data Definition Language DDL Reference Manual 426798 002 B 12 ASSNDDL Statements ...
Страница 470: ...DDL Data Translation Data Definition Language DDL Reference Manual 426798 002 C 14 ...
Страница 528: ...Dictionary Reports Data Definition Language DDL Reference Manual 426798 002 E 8 Requesting Reports ...
Страница 552: ...DDL Alignment Rules Data Definition Language DDL Reference Manual 426798 002 H 4 FIELDALIGN_SHARED8 Alignment Rules ...
Страница 576: ...Index Data Definition Language DDL Reference Manual 426798 002 Index 22 Special Characters ...