Enlightenment CVS committal Author : doursse Project : e17 Module : libs/embryo
Dir : e17/libs/embryo/src/bin Modified Files: Makefile.am embryo_cc_sc1.c Log Message: * make cegcc aware of the _WIN32 macro * fix warning =================================================================== RCS file: /cvs/e/e17/libs/embryo/src/bin/Makefile.am,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- Makefile.am 21 Mar 2008 17:18:25 -0000 1.9 +++ Makefile.am 22 Mar 2008 08:31:38 -0000 1.10 @@ -9,7 +9,8 @@ -DPACKAGE_BIN_DIR=\"$(bindir)\" \ -DPACKAGE_LIB_DIR=\"$(libdir)\" \ -DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \ [EMAIL PROTECTED]@ [EMAIL PROTECTED]@ \ [EMAIL PROTECTED]@ bin_PROGRAMS = embryo_cc =================================================================== RCS file: /cvs/e/e17/libs/embryo/src/bin/embryo_cc_sc1.c,v retrieving revision 1.37 retrieving revision 1.38 diff -u -3 -r1.37 -r1.38 --- embryo_cc_sc1.c 22 Mar 2008 00:25:07 -0000 1.37 +++ embryo_cc_sc1.c 22 Mar 2008 08:31:38 -0000 1.38 @@ -21,7 +21,7 @@ * must not be misrepresented as being the original software. * 3. This notice may not be removed or altered from any source * distribution. - * Version: $Id: embryo_cc_sc1.c,v 1.37 2008/03/22 00:25:07 doursse Exp $ + * Version: $Id: embryo_cc_sc1.c,v 1.38 2008/03/22 08:31:38 doursse Exp $ */ #ifdef HAVE_CONFIG_H @@ -319,7 +319,7 @@ tmpdir = getenv("TMPDIR"); if (!tmpdir) tmpdir = "/tmp"; #else - tmpdir = evil_tmpdir_get(); + tmpdir = (char *)evil_tmpdir_get(); #endif /* ! HAVE_EVIL */ snprintf(outfname, _MAX_PATH, "%s/embryo_cc.asm-tmp-XXXXXX", tmpdir); ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs