1
1

Remove this extra #if -- it wasn't necessary and was causing compiler warnings.

This commit was SVN r13146.
Этот коммит содержится в:
Jeff Squyres 2007-01-17 13:53:02 +00:00
родитель 9073b9cd3c
Коммит 3983141342

Просмотреть файл

@ -28,7 +28,6 @@
/*
* local functions
*/
#ifndef YY_SKIP_YYWRAP
#if defined(c_plusplus) || defined(__cplusplus)
extern "C" {
#endif /* defined(c_plusplus) || defined(__cplusplus) */
@ -38,7 +37,6 @@ int orte_rds_hostfile_wrap(void);
#if defined(c_plusplus) || defined(__cplusplus)
}
#endif /* defined(c_plusplus) || defined(__cplusplus) */
#endif /* !defined(YY_SKIP_YYWRAP) */
int orte_rds_hostfile_wrap(void)
{