*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@408 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
a5e17f9610
commit
5116050a4d
2 changed files with 4 additions and 4 deletions
|
|
@ -1268,7 +1268,7 @@ mem_initializer : ID LPAREN { LParse_skip_balanced('(',')'); }
|
|||
|
||||
cpp_other :/* A dummy class name */
|
||||
storage_spec cpptype ID SEMI {
|
||||
DOH *o = new_node("ClassDecl",$4.filename,$4.line);
|
||||
DOH *o = new_node("classdecl",$4.filename,$4.line);
|
||||
Setattr(o,ATTR_NAME,$3.text);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
SRCS =
|
||||
OBJS =
|
||||
SRCS = test.c
|
||||
OBJS = test.o
|
||||
|
||||
prefix = @prefix@
|
||||
exec_prefix = @exec_prefix@
|
||||
|
|
@ -15,7 +15,7 @@ CC = @CC@
|
|||
AR = @AR@
|
||||
RANLIB = @RANLIB@
|
||||
CFLAGS = @CFLAGS@
|
||||
INCLUDE = -I$(srcdir)/. -I$(srcdir)/../DOH/Include
|
||||
INCLUDE = -I$(srcdir)/. -I$(srcdir)/../DOH/Include -I$(srcdir)/../Swig
|
||||
TARGET = libmodules.a
|
||||
|
||||
.c.o:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue