summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-10-17 06:52:08 -0600
committerKarl Williamson <khw@cpan.org>2020-12-27 09:47:57 -0700
commit837781cc8ee9bae7551c730bec6b89449af033dc (patch)
treec53e76278f7bdaf6f62f877d341b6371e9a8ff92 /handy.h
parenta410a50e809ed4d65dd48c5d9137ed5aa20354dd (diff)
downloadperl-837781cc8ee9bae7551c730bec6b89449af033dc.tar.gz
perlapi: Document line_t
Diffstat (limited to 'handy.h')
-rw-r--r--handy.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/handy.h b/handy.h
index f0a2a3cb75..27c6edb1e2 100644
--- a/handy.h
+++ b/handy.h
@@ -2429,7 +2429,14 @@ END_EXTERN_C
: (LATIN1_TO_NATIVE(((U8) (c)) ^ 64)))))
#endif
-/* Line numbers are unsigned, 32 bits. */
+/*
+=for apidoc Ay||line_t
+The typedef to use to declare variables that are to hold line numbers.
+
+=cut
+
+ Line numbers are unsigned, 32 bits.
+*/
typedef U32 line_t;
#define NOLINE ((line_t) 4294967295UL) /* = FFFFFFFF */