Signed-off-by: Yevgeny Kliteynik <[EMAIL PROTECTED]> --- opensm/opensm/osm_qos_parser.l | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opensm/opensm/osm_qos_parser.l b/opensm/opensm/osm_qos_parser.l index 32e8ab3..40e061d 100644 --- a/opensm/opensm/osm_qos_parser.l +++ b/opensm/opensm/osm_qos_parser.l @@ -121,7 +121,7 @@ static void reset_new_line_flags(); %} -%option nounput +%option nounput noinput QOS_ULPS_START qos\-ulps QOS_ULPS_END end\-qos\-ulps -- 1.5.1.4 _______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
