From 9c07889a0c67b17a8d2e9fad5b07d41391edc77f Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 16 Feb 1998 16:17:33 +0000 Subject: [PATCH] Minor tweaks. --- Main/GLUTmain.c | 16 ++++++++++++---- Simulator/Thanks | 2 +- Simulator/runfg | 7 +++++-- 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/Main/GLUTmain.c b/Main/GLUTmain.c index b114e77ee..f752658f8 100644 --- a/Main/GLUTmain.c +++ b/Main/GLUTmain.c @@ -32,7 +32,12 @@ #include #include -#include +#ifdef __sparc__ +# include +#else +# include +#endif + #include
#include
#include
@@ -788,10 +793,13 @@ extern "C" { #endif /* $Log$ -/* Revision 1.62 1998/02/16 13:39:42 curt -/* Miscellaneous weekend tweaks. Fixed? a cache problem that caused whole -/* tiles to occasionally be missing. +/* Revision 1.63 1998/02/16 16:17:39 curt +/* Minor tweaks. /* + * Revision 1.62 1998/02/16 13:39:42 curt + * Miscellaneous weekend tweaks. Fixed? a cache problem that caused whole + * tiles to occasionally be missing. + * * Revision 1.61 1998/02/12 21:59:46 curt * Incorporated code changes contributed by Charlie Hotchkiss * diff --git a/Simulator/Thanks b/Simulator/Thanks index 9c60fc693..070d4ae9e 100644 --- a/Simulator/Thanks +++ b/Simulator/Thanks @@ -42,7 +42,7 @@ Michael I. Gold -- Patiently answered my endless Charlie Hotchkiss -- Worked on improving - and enhancing the HUD code. Lots of code style tips ... + and enhancing the HUD code. Lots of code style tips and code tweaks ... Bruce Jackson diff --git a/Simulator/runfg b/Simulator/runfg index 535824feb..67fa51e92 100755 --- a/Simulator/runfg +++ b/Simulator/runfg @@ -53,12 +53,15 @@ if ( $ENV{FG_ROOT} eq "" ) { } # run Flight Gear -print "Running $path\n"; -exec($path); +print "Running $path @ARGV\n"; +exec("$path @ARGV"); #--------------------------------------------------------------------------- # $Log$ +# Revision 1.3 1998/02/16 16:17:34 curt +# Minor tweaks. +# # Revision 1.2 1998/01/27 00:47:43 curt # Incorporated Paul Bleisch's new debug message # system and commandline/config file processing code. -- 2.39.2