Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing parserm.h

DebugParameter (lines 5197-5208)

5197  #Ifdef DEBUG;
5198   
5199  #Ifdef TARGET_ZCODE;
5200   
5201  [ DebugParameter w;
5202      print w;
5203      if (w >= 1 && w <= top_object) print " (", (name) w, ")";
5204      if (UnsignedCompare(w, dict_start) >= 0 &&
5205              UnsignedCompare(w, dict_end) < 0 &&
5206              (w - dict_start) % dict_entry_size == 0)
5207          print " ('", (address) w, "')";
5208  ];


Last updated 27 February 2004. The librarian in charge of this page is Graham Nelson (graham@gnelson.demon.co.uk) assisted by C Knight. Please email any comments, suggestions or corrections to cedenqs@inform-fiction.org.