]> git.mxchange.org Git - simgear.git/blobdiff - simgear/metar/Stspack3.cpp
MacOS X fixes
[simgear.git] / simgear / metar / Stspack3.cpp
index c927f8f915cd53183e7f1fa04a4c7aac2302f9a3..8df58c0a5e0e2fa777c20c1d1e9a11ee0e5995af 100644 (file)
@@ -1,13 +1,5 @@
-#pragma comment (compiler)
-//#pragma comment (date)
-//#pragma comment (timestamp)
-#pragma pagesize(80)
 #include "Local.h"     /* standard header file */
  
-#pragma page(1)
-#pragma subtitle(" ")
-#pragma subtitle("stspack3 - Local string test functions       ")
 /********************************************************************/
 /*                                                                  */
 /*  Title:         stspack3                                         */
@@ -75,7 +67,6 @@
 /*                 None.                                            */
 /*                                                                  */
 /********************************************************************/
-#pragma page(1)
 char *nxtalnum(char *s) {
  
    for (; !isalnum(*s) && *s; s++) ;
@@ -208,4 +199,3 @@ char *nxtxdigi(char *s) {
 } /* end nxtxdigi */
  
  
-#pragma page(1)