On 02/12/2015 14:49, Joerg Schilling wrote:
Alexander Pyhalov <[email protected]> wrote:


Do you know of other important features from suncpp that you are missing in my
cpp?

Jörg


Hello.
I think that spaces formatting (when compared to Sun cpp formatting) is still different - space count differ. I think Richard Lowe made it a bit more compatible in https://github.com/richlowe/illumos-extra/tree/cpp/compat

for example
--- /usr/include/ast/ast_float.h (Sun cpp)
+++ /usr/include/ast/ast_float.h (Schilix cpp)
@@ -310,28 +310,17 @@
        nan_form,
        nanstring_form
 };
-extern int single_to_decimal
-();
-extern int double_to_decimal
-();
-extern int extended_to_decimal
-();
-extern int quadruple_to_decimal
-();
-extern int decimal_to_single
-();
-extern int decimal_to_double
-();
-extern int decimal_to_extended
-();
-extern int decimal_to_quadruple
-();
-extern int string_to_decimal
-();
-extern int func_to_decimal
-();
-extern int file_to_decimal
-();
+extern         int single_to_decimal   ();
+extern         int double_to_decimal   ();
+extern         int extended_to_decimal         ();
+extern         int quadruple_to_decimal        ();
+extern         int decimal_to_single   ();
+extern         int decimal_to_double   ();
+extern         int decimal_to_extended         ();
+extern         int decimal_to_quadruple        ();
+extern         int string_to_decimal   ();
+extern         int func_to_decimal     ();
+extern         int file_to_decimal     ();
 extern char *seconvert ();
 extern char *sfconvert ();
 extern char *sgconvert ();


--
Best regards,
Alexander Pyhalov,
system administrator of Southern Federal University IT department


-------------------------------------------
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