Ticket #135 (new bug)

Opened 1 year ago

Last modified 1 year ago

Don't use C reserved identifiers

Reported by: takkaria Assigned to:
Milestone: Future Version:
Keywords: cleanup Cc:

Description

http://web.archive.org/web/20040209031039/http://oakroadsystems.com/tech/c-predef.htm

ANSI C reserves prefixes for external names (like "str"); stop Angband using them.

  • string_make() + string_free() are bad under this rule; my_strdup() + rnfree() instead?

Attachments

Change History

06/03/07 09:02:38 changed by takkaria

  • owner changed.
  • component changed from Project admin to Cleanup.

06/03/07 11:52:36 changed by takkaria

  • keywords set to cleanup.
  • milestone set to Future.

Add/Change #135 (Don't use C reserved identifiers)