X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=src%2Fint%2Fgenint.h;h=a974c3f2c1955d51f7c1283d7de1578e584bfbc3;hb=fdd7cc36378cfdd1692885c39f0e8ccd3ea09c1d;hp=fc3fd93114c30ca897f0e3d0669264170dd66340;hpb=7a277153cc72eed9f152af09f22e680db3ec6563;p=vlp.git diff --git a/src/int/genint.h b/src/int/genint.h index fc3fd93..a974c3f 100644 --- a/src/int/genint.h +++ b/src/int/genint.h @@ -38,10 +38,22 @@ or Andrzej Salwicki /* Variables : */ extern protdescr *prototype[]; -extern word ipradr; /* address of primitive type descriptions */ -extern word temporary; /* address of global temporary variables */ -extern word strings; /* base for string constants */ -extern word lastprot; /* the last used prototype number */ -extern word freem; /* first free cell in M */ -extern word currfile; /* current file virtual address */ + +/** address of primitive type descriptions */ +extern word ipradr; + +/** address of global temporary variables */ +extern word temporary; + +/** base for string constants */ +extern word strings; + +/** the last used prototype number */ +extern word lastprot; + +/** first free cell in M */ +extern word freem; + +/** current file virtual address */ +extern word currfile;