While here, add a license specification. The license appears to be a mix of MIT and BSD licenses, but without the BSD clauses spelled out.
11 lines
159 B
C
11 lines
159 B
C
--- main.c.orig 1991-09-28 17:46:54 UTC
|
|
+++ main.c
|
|
@@ -14,6 +14,8 @@
|
|
* Spider solitaire
|
|
*/
|
|
|
|
+#define IN_MAIN
|
|
+
|
|
#include "defs.h"
|
|
#include "globals.h"
|
|
|