Move scstate.c to C++.

This commit is contained in:
David Anderson 2014-08-21 23:54:10 -07:00
parent 261188fd1b
commit 2ba4fb180e
2 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ binary.sources += [
'sci18n.c', 'sci18n.c',
'sclist.c', 'sclist.c',
'scmemfil.cpp', 'scmemfil.cpp',
'scstate.c', 'scstate.cpp',
'sctracker.c', 'sctracker.c',
'scvars.c', 'scvars.c',
'sp_file.cpp', 'sp_file.cpp',