Practical C++ Programming by Steve Oualline Here are the changes made in the 5/99 reprint: {437} Figure 24-1: Corrected two errors: - the #define make_max(type) line (first line) now reads: #define define_max(type) - the statement "return (d1)" now appears on the blank line in the middle of each function in the "generated code" column.