*** empty log message ***

This commit is contained in:
2006-10-27 08:31:06 +00:00
parent 44296aea3c
commit 88d724b8f4
6 changed files with 39 additions and 33 deletions

View File

@ -37,12 +37,12 @@ RSC=rc.exe
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "Release"
# PROP Intermediate_Dir "Release"
# PROP Output_Dir "../release/win32/vs60"
# PROP Intermediate_Dir "release/win32/vs60"
# PROP Target_Dir ""
MTL=midl.exe
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
# ADD CPP /nologo /W3 /GX /O2 /I "../.." /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
# ADD CPP /nologo /MT /W3 /GX /O2 /I "../.." /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
BSC32=bscmake.exe
@ -50,7 +50,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo /out:"..\release\aselsp.lib"
# ADD LIB32 /nologo /out:"../release/win32/vs60/aselsp.lib"
!ELSEIF "$(CFG)" == "lsp - Win32 Debug"
@ -61,12 +61,12 @@ LIB32=link.exe -lib
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "Debug"
# PROP Intermediate_Dir "Debug"
# PROP Output_Dir "../debug/win32/vs60"
# PROP Intermediate_Dir "debug/win32/vs60"
# PROP Target_Dir ""
MTL=midl.exe
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "../.." /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../.." /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
@ -74,7 +74,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo /out:"..\debug\aselsp.lib"
# ADD LIB32 /nologo /out:"../debug/win32/vs60/aselsp.lib"
!ENDIF

View File

@ -1,5 +1,5 @@
/*
* $Id: read.c,v 1.25 2006-10-26 14:22:01 bacon Exp $
* $Id: read.c,v 1.26 2006-10-27 08:31:06 bacon Exp $
*/
#include <ase/lsp/lsp_i.h>
@ -347,7 +347,6 @@ static int read_token (ase_lsp_t* lsp)
return 0;
}
#if 0
static int read_number (ase_lsp_t* lsp, int negative)
{
ase_long_t ivalue = 0;
@ -388,8 +387,8 @@ static int read_number (ase_lsp_t* lsp, int negative)
return 0;
}
#endif
#if 0
static int __read_number (ase_lsp_t* lsp, int negative)
{
ase_cint_t c;
@ -484,6 +483,7 @@ static int __read_number (ase_lsp_t* lsp, int negative)
return 0;
}
#endif
static int read_ident (ase_lsp_t* lsp)
{