stdlib: "tag" -> "enum"

This commit is contained in:
Patrick Walton
2012-01-19 15:20:57 -08:00
parent 7e21be5304
commit c5a407b11b
15 changed files with 39 additions and 39 deletions

View File

@@ -12,7 +12,7 @@ Tag: ip_addr
An IP address
*/
tag ip_addr {
enum ip_addr {
/*
Variant: ipv4
@@ -42,7 +42,7 @@ Function: parse_addr
Convert a str to <ip_addr>
Converts a string of the format "x.x.x.x" into an ip_addr tag.
Converts a string of the format "x.x.x.x" into an ip_addr enum.
Failure: