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 удалений

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

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

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

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