DDL Compiler Commands
Data Definition Language (DDL) Reference Manual — 426798-002
9- 34
CUNDEF Command
!?NOCTOKENMAP_ASDEFINE
!OUTPUT *.
Loading Definition EMP
#pragma section emp
/* Definition EMP created on 08/02/2000 at 15:03 */
#pragma fieldalign shared2 __emp
typedef struct __emp
{
char f1[2];
} emp_def;
#define emp_def_Size 0
C output produced for EMP.
Loading Token-Map MAP1
#pragma section map1
/* Token Map MAP1 created on 08/02/2000 at 15:03 */
static short map1[] = { 2303, 1, 2, 17152, 767 };
C output produced for MAP1.
Loading Token-Map MAP2
#pragma section map2
/* Token Map MAP2 created on 08/02/2000 at 15:04 */
static short map2[] = { 2303, 20, 2, 17152, 767 };
C output produced for MAP2.
Loading Definition EMP1
#pragma section emp1
/* Definition EMP1 created on 08/02/2000 at 15:05 */
#pragma fieldalign shared2 __emp1
typedef struct __emp1
{
char f2[500];
} emp1_def;
#define emp1_def_Size 0
C output produced for EMP1.
Loading Token-Map MAP3
#pragma section map3
/* Token Map MAP3 created on 08/02/2000 at 15:05 */
static short map3[] = { 2303, 150, 500, 17152, -1, -2561 };
C output produced for MAP3.
!
CUNDEF Command
The CUNDEF command generates a
#undef
compiler directive for a C source file.
The CUNDEF command instructs the DDL compiler to generate the
#undef
compiler
directive in the opened C output file.
identifier_name
specifies the identifier affected by the
#undef
directive.
CUNDEF Command Guidelines
The following points are guidelines for using the CUNDEF command:
•
DDL generates a
#undef
statement in C output without checking whether the
identifier name was previously defined.
CUNDEF identifier_name
Содержание 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 ...