Commit Graph

3 Commits

Author SHA1 Message Date
nobuh
d47be2dd9e fix make: multiple definition of nrow and ncol
make fail by the error

/usr/bin/ld: main.o:(.bss+0x0): multiple definition of `nrow'; memory.o:(.bss+0x0): first defined here
/usr/bin/ld: main.o:(.bss+0x4): multiple definition of `ncol'; memory.o:(.bss+0x4): first defined here

fix definition of the global variables nrow and ncol.
2023-06-07 23:08:33 +09:00
nobuh
4be07cb2ee chmod -x on src files 2023-06-07 15:17:25 +09:00
Nobuhiro Hatano
17857df982 add all source from sourceforge napple1 2.2.1 2012-06-18 01:39:18 +09:00