From: Jaehwan Kim Date: Mon, 3 Jan 2011 09:19:11 +0000 (+0900) Subject: svn update: 55682 (latest:55682) X-Git-Tag: 2.0_alpha~74 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=73e68c6516278af8c2e16735d07d723980fcb731;p=framework%2Fuifw%2Fembryo.git svn update: 55682 (latest:55682) --- diff --git a/doc/embryo.dox.in b/doc/embryo.dox.in index 7fb62f8..51111cc 100644 --- a/doc/embryo.dox.in +++ b/doc/embryo.dox.in @@ -23,7 +23,12 @@ compiled by the included compiler, @c embryo_cc. It is mostly a cleaned up and smaller version of the original Small abstract machine. The compiler is mostly untouched. -For more information about the Small language, see @ref Small_Page. +Small was renamed to Pawn. +For more information about the Pawn language, see +@htmlonly Pawn +@endhtmlonly +@latexonly http://www.compuphase.com/pawn/pawn.htm @endlatexonly +For the basics about the Small language, see @ref Small_Page. @section How_to_Use How to Use Embryo? @@ -45,10 +50,7 @@ To use Embryo in your code, you need to do at least the following: @page Small_Page Brief Introduction to Small This section describes the basics of Small, as compiled and interpreted -with Embryo. For the full documentation, of which this is a summary, see -@htmlonly Small Language Booklet -@endhtmlonly -@latexonly http://www.compuphase.com/smalldoc.pdf @endlatexonly +with Embryo. This summary assumes that you are familar with C. For a full list of differences between C and Small, again, see the full documentation. diff --git a/embryo.rebase.complete b/embryo.rebase.complete new file mode 100644 index 0000000..ec72f18 --- /dev/null +++ b/embryo.rebase.complete @@ -0,0 +1 @@ +[embryo] Rebase is completed. diff --git a/src/lib/embryo_time.c b/src/lib/embryo_time.c index 3b7b91d..8392ec3 100644 --- a/src/lib/embryo_time.c +++ b/src/lib/embryo_time.c @@ -9,6 +9,10 @@ #include #include +#ifdef _MSC_VER +# include +#endif + #ifdef HAVE_EVIL # include #endif