gm2
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gm2] h2def error report


From: Christoph Schlegel
Subject: [Gm2] h2def error report
Date: Fri, 4 Jul 2003 18:29:38 +0200

Hello Gaius,

here's the result of my first experiment with h2def:

bash-2.05b$ h2def -o ioctl.def ioctl.h

CONST
     _SYS_IOCTL_H =  1 ;
     _FEATURES_H =  1 ;
     __USE_ANSI =  1 ;
     _BSD_SOURCE =  1 ;
     _SVID_SOURCE =  1 ;
     _POSIX_SOURCE =  1 ;
     _POSIX_C_SOURCE =  199506L ;
     
# if 
     __USE_POSIX =  1 ;
     
# endif
     
# if 
     __USE_POSIX2 =  1 ;
     
# endif
     
# if 199506L
     
# undef __USE_FILE_OFFSET64
     __USE_POSIX199309 =  1 ;
     
# endif
     
# if 199506L
     
# undef __USE_FILE_OFFSET64
     __USE_POSIX199506 =  1 ;
     
# endif
     
# if 
     __USE_MISC =  1 ;
     
# endif
     __STDC_IEC_559__ =  1 ;
     __STDC_IEC_559_COMPLEX__ =  1 ;
     __STDC_ISO_10646__ =  200009L ;
     __GNU_LIBRARY__ =  6 ;
     __GLIBC__ =  2 ;
     __GLIBC_MINOR__ =  2 ;
     _SYS_CDEFS_H =  1 ;
     Segmentation fault
bash-2.05b$


The produced file contains:

(* automatically generated for GNU Modula-2 by:
   h2def -o ioctl.h 
*)
DEFINITION MODULE FOR "C" ioctl ;

FROM SYSTEM IMPORT ADDRESS, BYTE ;

Regards,
Christoph



reply via email to

[Prev in Thread] Current Thread [Next in Thread]