diff options
author | Michele Calgaro <[email protected]> | 2018-10-27 23:55:03 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-10-27 23:55:03 +0900 |
commit | 7f4d09f20062c6b26342f91d5cec5d859c58d662 (patch) | |
tree | bfd1631a1641ef52fd3f7fdd11d8bfca31427538 /doc/porting3.doc | |
parent | 23b535df5bc08e8f5e98270859c5dc5c73f4ebdd (diff) | |
download | tqt3-7f4d09f20062c6b26342f91d5cec5d859c58d662.tar.gz tqt3-7f4d09f20062c6b26342f91d5cec5d859c58d662.zip |
Removed obsolete CHECK_PTR and replaced CHECK_PTR/Q_CHECK_PTR with TQ_CHECK_PTR.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/porting3.doc')
-rw-r--r-- | doc/porting3.doc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/porting3.doc b/doc/porting3.doc index a85decf3b..c3024625f 100644 --- a/doc/porting3.doc +++ b/doc/porting3.doc @@ -169,7 +169,6 @@ The name of some debugging macro functions has been changed: \list \i \c ASSERT becomes \c Q_ASSERT -\i \c CHECK_PTR becomes \c TQ_CHECK_PTR \endlist For the record, undocumented macro variables that are not part of the API |