git-svn-id: svn://ultimatepp.org/upp/trunk@4212 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2011-11-30 16:55:50 +00:00
parent 70034588fc
commit c155c98fa6
2 changed files with 13 additions and 9 deletions

View file

@ -1,9 +1,9 @@
uses
Core;
file
String.cpp;
mainconfig
"" = "";
uses
Core;
file
String.cpp;
mainconfig
"" = "EXPERIMENTAL";

4
upptst/String/init Normal file
View file

@ -0,0 +1,4 @@
#ifndef _String_icpp_init_stub
#define _String_icpp_init_stub
#include "Core/init"
#endif