Port scexpand and sci18n to C++.

This commit is contained in:
David Anderson 2014-08-22 00:00:31 -07:00
parent 3e8157c6bc
commit afd6009fda
3 changed files with 2 additions and 2 deletions

View File

@ -89,8 +89,8 @@ binary.sources += [
'sc5.c',
'sc6.c',
'sc7.c',
'scexpand.c',
'sci18n.c',
'scexpand.cpp',
'sci18n.cpp',
'sclist.cpp',
'scmemfil.cpp',
'scstate.cpp',