1
1

George found a great way to avoid warnings from flex for that unused

function.  Woo hoo!

This commit was SVN r11469.
Этот коммит содержится в:
Jeff Squyres 2006-08-28 13:44:37 +00:00
родитель 9e6e9b8619
Коммит 9e2488bfe9
2 изменённых файлов: 3 добавлений и 0 удалений
ompi/mca/btl/openib
opal/util

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

@ -51,6 +51,7 @@ extern int btl_openib_ini_yynewlines;
#define YY_NEVER_INTERACTIVE 0
#define YY_MAIN 0
#define YY_NO_UNPUT 1
#define YY_SKIP_YYWRAP 1
enum {
BTL_OPENIB_INI_PARSE_DONE,

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

@ -9,6 +9,7 @@
* University of Stuttgart. All rights reserved.
* Copyright (c) 2004-2005 The Regents of the University of California.
* All rights reserved.
* Copyright (c) 2006 Cisco Systems, Inc. All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -51,6 +52,7 @@ extern int opal_show_help_yynewlines;
#define YY_NEVER_INTERACTIVE 0
#define YY_MAIN 0
#define YY_NO_UNPUT 1
#define YY_SKIP_YYWRAP 1
enum {
OPAL_SHOW_HELP_PARSE_DONE,