Update tcl to version 8.5.13
[msysgit.git] / mingw / include / varargs.h
blobc1197e97e2bc975e994ce4926765ca77f6be7fda
1 /*
2 * This is just an RC_INVOKED guard for the real varargs.h
3 * fixincluded in gcc system dir. One day we will delete this file.
4 */
5 #ifndef RC_INVOKED
6 #include_next<varargs.h>
7 #endif