Update of /cvsroot/linux-atm/linux-atm/src/qgen
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26238
Modified Files:
Tag: V2_5_1
msg.fmt
Log Message:
quiet some warnings from cpp
Index: msg.fmt
===================================================================
RCS file: /cvsroot/linux-atm/linux-atm/src/qgen/msg.fmt,v
retrieving revision 1.2
retrieving revision 1.2.4.1
diff -C2 -d -r1.2 -r1.2.4.1
*** msg.fmt 9 Oct 2001 22:33:07 -0000 1.2
--- msg.fmt 3 Aug 2009 14:17:27 -0000 1.2.4.1
***************
*** 91,105 ****
ITU_STD_HDR {
_id "atm_td" <8> = multi {
! TRAFFIC_DESCRIPTOR(_dummy <0> = length {})
! /*
! * Confused ? ;-) Here, we want no prefix at all, but cpp
! * insists in getting an argument. So we give it that funny
! * construct. This yields something like
! * ... { _dummy <0> = length {}field <24> }
! * with the rather useless "dummy" field. "= length {}" is
! * necessary to avoid the restriction that unnamed fields must
! * have values (which would then get concatenated with the name
! * of the field we're actually interested in).
! */
ATM_TD_TM_OPT { # @@@ should this also go into the TD macro ?
#if defined(UNI40) || defined(DYNAMIC_UNI)
--- 91,95 ----
ITU_STD_HDR {
_id "atm_td" <8> = multi {
! TRAFFIC_DESCRIPTOR()
ATM_TD_TM_OPT { # @@@ should this also go into the TD macro ?
#if defined(UNI40) || defined(DYNAMIC_UNI)
***************
*** 136,141 ****
_ext <1@8,more> = 1
hli_type <7@1> = case {
! # Note: cannot use ATM_HL_* here, because those values are incremented by one
! # to keep zero available for ATM_HL_NONE
0 { # ISO
iso_hli <-64>
--- 126,131 ----
_ext <1@8,more> = 1
hli_type <7@1> = case {
! /* Note: cannot use ATM_HL_* here, because those values are incremented by one
! to keep zero available for ATM_HL_NONE */
0 { # ISO
iso_hli <-64>
|