Added reminder note to top of WolframAutomata for C89 compliance.
authorAaron Taylor <ataylor@subgeniuskitty.com>
Fri, 11 Jun 2021 00:45:16 +0000 (17:45 -0700)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Fri, 11 Jun 2021 00:45:16 +0000 (17:45 -0700)
hacks/WolframAutomata/WolframAutomata.c

index 4b5c1ec..2decd95 100644 (file)
@@ -1,8 +1,10 @@
-/* (c) 2021 Aaron Taylor <ataylor at subgeniuskitty dot com>   */
-/* See LICENSE.txt file for copyright and license details.     */
+/* (c) 2021 Aaron Taylor <ataylor at subgeniuskitty dot com>                  */
+/* See LICENSE.txt file for copyright and license details.                    */
 
 #include "screenhack.h"
 
 
 #include "screenhack.h"
 
+/* Keep this source code C89 compliant per XScreensaver's instructions.       */
+
 /* -------------------------------------------------------------------------- */
 /* Data Structures                                                            */
 /* -------------------------------------------------------------------------- */
 /* -------------------------------------------------------------------------- */
 /* Data Structures                                                            */
 /* -------------------------------------------------------------------------- */