File: tbl.h.patch

package info (click to toggle)
snacc 1.3.1-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,132 kB
  • sloc: ansic: 33,001; cpp: 5,163; yacc: 2,217; sh: 2,146; makefile: 839; lex: 517; 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));