Pārlūkot izejas kodu

Set CESI and ESI as needed by the callback types using them.

git-svn-id: file:///var/svn/tigccpp/trunk@1100 9552661e-59e3-4036-b4f2-dbe53926924f
kevinkofler 17 gadi atpakaļ
vecāks
revīzija
27f6040467

+ 1 - 1
tigcc/doc/System/Include/estack.h/CESI.hsf

@@ -4,7 +4,7 @@ Type=Type
 Subtype=Pointer
 Header Files=args.h, bascmd.h, basfunc.h, basop.h, estack.h, link.h, vat.h, unknown.h
 Definition=typedef const ESQ *CESI;
-Needed by=SYM_STR
+Needed by=SYM_STR, CESI_Callback_t
 
 [Description]
 Represents a pointer to a constant expression.

+ 1 - 1
tigcc/doc/System/Include/estack.h/ESI.hsf

@@ -4,7 +4,7 @@ Type=Type
 Subtype=Pointer
 Header Files=args.h, bascmd.h, basfunc.h, basop.h, estack.h, graphing.h, link.h, vat.h, unknown.h
 Definition=typedef ESQ *ESI;
-Needed by=EStackIndex
+Needed by=EStackIndex, ESI_Callback_t, ESI_Callback_Int_t
 
 [Description]
 Represents an index of a value on the TIOS expression stack.