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. This site is no longer supported; information may be out of date.
Maintained as a historical archive by the Interactive Fiction Technology Foundation. Copyright 1993-2018 IFTF, CC-BY-SA unless otherwise noted.
This page was originally managed by Graham Nelson assisted by C Knight.