]> git.mxchange.org Git - simgear.git/blobdiff - simgear/metar/Antoi.cpp
Tidy up the autoconf/automake configuration a bit.
[simgear.git] / simgear / metar / Antoi.cpp
index 783548e5665a5f1fc86e0d39f0a1c1d6526e2d35..ba884c1e09ce0ccd07f2e2fb81f86221fc37cb34 100644 (file)
@@ -1,13 +1,5 @@
-#pragma comment(compiler)
-#pragma comment(date)
-#pragma comment(timestamp)
 #include <stdlib.h>
  
-#pragma title("antoi - char array to integer")
-#pragma pagesize (80)
-#pragma page(1)
 /********************************************************************/
 /*                                                                  */
 /*  Title:         antoi                                            */
@@ -78,4 +70,3 @@ int antoi(char * string, int len)
  
 } /* end antoi */
  
-#pragma page(1)