PERFORCE change 37634 for review

Peter Wemm peter at FreeBSD.org
Fri Sep 5 17:57:41 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=37634

Change 37634 by peter at peter_daintree on 2003/09/05 17:57:37

	import the long_double type

Affected files ...

.. //depot/projects/ezm3/libs/m3core/src/C/FBSD_AMD64/Csetjmp.i3#5 edit

Differences ...

==== //depot/projects/ezm3/libs/m3core/src/C/FBSD_AMD64/Csetjmp.i3#5 (text+ko) ====

@@ -8,7 +8,7 @@
 
 INTERFACE Csetjmp;		(* for FreeBSD *)
 
-FROM Ctypes IMPORT int, long;
+FROM Ctypes IMPORT int, long, long_double;
 
 TYPE 
   jmp_buf = ARRAY [0..11] OF long; (* actually, this is a sigjmp_buf,


More information about the p4-projects mailing list