File: tbl.h.patch

package info (click to toggle)
snacc 1.3bbn-10
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 5,500 kB
  • ctags: 4,134
  • sloc: ansic: 35,869; sh: 7,050; cpp: 4,380; yacc: 2,215; lex: 517; makefile: 258; sed: 4
file content (23 lines) | stat: -rw-r--r-- 709 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
*** tbl.h	Wed Feb  5 17:37:16 1997
--- boot/tbl.h	Wed Jul 19 16:58:58 1995
***************
*** 82,87 ****
--- 82,88 ----
  {
      TBLTypeDefId typeDef; /* TBLTypeDefId */
      AsnBool implicit; /* BOOLEAN */
+     struct TBLTypeDef *typeDefPtr;  /* Added by MS to hold resolved index */
  } TBLTypeRef;
  
  AsnLen BEncTBLTypeRefContent PROTO ((BUF_TYPE b, TBLTypeRef *v));
***************
*** 100,105 ****
--- 101,108 ----
  {
      TBLTagClass tclass; /* TBLTagClass */
      AsnInt code; /* INTEGER (0..MAX) */
+     BER_FORM form; /* added by MS to simplify enc/dec */
+     AsnTag encTag; /* added by MS to simplify enc/dec */
  } TBLTag;
  
  AsnLen BEncTBLTagContent PROTO ((BUF_TYPE b, TBLTag *v));