• R/O
  • SSH
  • HTTPS

adp: Commit


Commit MetaInfo

Revision137 (tree)
Time2012-02-21 20:10:37
Authorohfuji

Log Message

(empty log message)

Change Summary

Incremental Difference

--- trunk/adp_common.cpp (revision 136)
+++ trunk/adp_common.cpp (revision 137)
@@ -21,11 +21,11 @@
2121 #include "kz_cformat.h"
2222 #include <boost/regex.hpp>
2323
24-inline void prt(const string &text) { gc->prt(text); }
25-inline void prt(const char *text) { gc->prt(text);}
24+void prt(const string &text) { gc->prt(text); }
25+void prt(const char *text) { gc->prt(text);}
2626
27-inline void err(const string &text) { gc->err(text);}
28-inline void err(const char *text) { gc->err(text); }
27+void err(const string &text) { gc->err(text);}
28+void err(const char *text) { gc->err(text); }
2929
3030 void print_header()
3131 {
--- trunk/adp.cpp (revision 136)
+++ trunk/adp.cpp (revision 137)
@@ -33,12 +33,12 @@
3333 #define ADP_CGI_PAGE_EXT ".cgi"
3434 #define ADP_CGI_PAGE_EXT_SIZE 4
3535 #ifdef ___X64____
36-#define VERSION_TEXT "ADP Ver 0.79.0136 X64 (http://www.adp.la/)\nCopyright (C) 2010-2012 Katsuhisa Ohfuji. This progman is distributed under GPL.\n"
36+#define VERSION_TEXT "ADP Ver 0.79.0137 X64 (http://www.adp.la/)\nCopyright (C) 2010-2012 Katsuhisa Ohfuji. This progman is distributed under GPL.\n"
3737 #else
3838 #if _WIN32
39-#define VERSION_TEXT "ADP Ver 0.79.0136 x86 (http://www.adp.la/)\nCopyright (C) 2010-2012 Katsuhisa Ohfuji. This progman is distributed under GPL.\n"
39+#define VERSION_TEXT "ADP Ver 0.79.0137 x86 (http://www.adp.la/)\nCopyright (C) 2010-2012 Katsuhisa Ohfuji. This progman is distributed under GPL.\n"
4040 #else
41-#define VERSION_TEXT "ADP Ver 0.79.0136 (http://www.adp.la/)\nCopyright (C) 2010-2012 Katsuhisa Ohfuji. This progman is distributed under GPL.\n"
41+#define VERSION_TEXT "ADP Ver 0.79.0137 (http://www.adp.la/)\nCopyright (C) 2010-2012 Katsuhisa Ohfuji. This progman is distributed under GPL.\n"
4242 #endif
4343 #endif
4444
Show on old repository browser