Joerg Schilling писал 09.02.2015 19:21:
Alexander Pyhalov <[email protected]> wrote:

The output is also not identical to Sun cpp.

Sure?


For example,
--- /usr/include/asm/byteorder.h (Sun cpp)
+++ /usr/include/asm/byteorder.h (Schilix cpp)
@@ -1,4 +1,6 @@
-typedef signed char            int8_t;
+typedef        struct _label_t { long val[6]; } label_t;
+typedef        unsigned char   lock_t;
+typedef char                   int8_t;

This looks strange....

/usr/include/asm/byteorder.h is a direct copy of
usr/src/uts/intel/asm/byteorder.h.

cpp is not used to create that file and the content you are talking of
is not in that file.

Or are you givng the output from processing asm/byteorder.h with cpp?


Yes, these are results from preprocessing asm/byteorder.h with cpp

---
System Administrator of Southern Federal University Computer Center



-------------------------------------------
illumos-discuss
Archives: https://www.listbox.com/member/archive/182180/=now
RSS Feed: https://www.listbox.com/member/archive/rss/182180/21175430-2e6923be
Modify Your Subscription: 
https://www.listbox.com/member/?member_id=21175430&id_secret=21175430-6a77cda4
Powered by Listbox: http://www.listbox.com

Reply via email to