]> git.mxchange.org Git - simgear.git/commitdiff
MacOS portability changes contributed by "Robert Puyol" <puyol@abvent.fr>
authorcurt <curt>
Tue, 19 Jan 1999 20:57:00 +0000 (20:57 +0000)
committerTim Moore <timoore@redhat.com>
Tue, 15 Sep 2009 16:31:32 +0000 (18:31 +0200)
Astro/stars.hxx

index d2e70261b5fefec251919c393d89908bdf1b3428..212718d7eda46e70b282b9a84e232bb0cde5cba5 100644 (file)
@@ -40,7 +40,7 @@ int fgStarsInit( void );
 // Draw the Stars
 void fgStarsRender( void );
 
-extern struct OrbElements pltOrbElements[9];
+// [no longer used?] extern struct OrbElements pltOrbElements[9];
 extern fgTIME cur_time_params;
 
 
@@ -48,6 +48,9 @@ extern fgTIME cur_time_params;
 
 
 // $Log$
+// Revision 1.8  1999/01/19 20:57:00  curt
+// MacOS portability changes contributed by "Robert Puyol" <puyol@abvent.fr>
+//
 // Revision 1.7  1998/09/24 15:36:20  curt
 // Converted to c++ style comments.
 //