]> git.mxchange.org Git - simgear.git/blobdiff - simgear/metar/Charcmp.cpp
- Refactoring configure.ac a bit to use $host (please test on your platform)
[simgear.git] / simgear / metar / Charcmp.cpp
index a36dc9b9bf0fb37cfce9e9bf0b7dec205eb8be96..0e4bb087f872e8aa82480d8d97f8fc5a8fb18993 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 subtitle(" ")
-#pragma page(1)
-#pragma subtitle("charcmp - characters compare with patterns  ")
 /********************************************************************/
 /*                                                                  */
 /*  Title:         charcmp                                          */
@@ -34,7 +26,6 @@
 /*                 None.                                            */
 /*                                                                  */
 /********************************************************************/
-#pragma page(1)
  
 bool charcmp(char *str, char *pattern)
 {