what does this mean:

Compiling in the unix directory...
make[1]: Nothing to be done for `all'.
Compiling src/cpu/tms9900/tms9980a.c ...
In file included from src/cpu/tms9900/99xxcore.h:1287,
from src/cpu/tms9900/tms9980a.c:9:
src/cpu/tms9900/99xxstat.h:196: warning: `#ifdef' argument starts with a digit
Compiling src/cpu/tms9900/tms9995.c ...
In file included from src/cpu/tms9900/99xxcore.h:1287,
from src/cpu/tms9900/tms9995.c:9:
src/cpu/tms9900/99xxstat.h:196: warning: `#ifdef' argument starts with a digit

On Wednesday, December 4, 2002, at 04:00 PM, Lawrence Gold wrote:

On Wed, Dec 04, 2002 at 03:47:17PM -0500, Poletti Don wrote:
you need a space as follows

#ifndef 0

not

#ifdef0
Actually, it should probably be

	#if 0

as you originally specified.


_______________________________________________
Xmame mailing list
[EMAIL PROTECTED]
http://toybox.twisted.org.uk/mailman/listinfo/xmame


<"Ai to segno Sailor Pretty Soldier Senshi, Sailor Moon!! Tsukini Kawatte! Oshiyokio!!">

Above is Sailor Moon's infamous speech in Japanese. It literally translates to:
" For Love and Justice, I'm the Sailor Suited Pretty Soldier, Sailor Moon!! In place of the Moon, I shall punish you!"


_______________________________________________
Xmame mailing list
[EMAIL PROTECTED]
http://toybox.twisted.org.uk/mailman/listinfo/xmame

Reply via email to