From 8922262882db1daa438836fc0323c90d84cf7f1a Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 4 Nov 2020 09:37:34 -0700 Subject: autodoc.pl: Specify scn for single-purpose files Many of the files in perl are for one thing only, and hence their embedded documentation will be for that one thing. By creating a hash here of them, those files don't have to worry about what section that documentation goes under, and so it can be completely changed without affecting them. --- op.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'op.h') diff --git a/op.h b/op.h index b97f9c7efd..9750717562 100644 --- a/op.h +++ b/op.h @@ -1059,10 +1059,6 @@ C is non-null. For a higher-level interface, see C>. #define newATTRSUB(f, o, p, a, b) Perl_newATTRSUB_x(aTHX_ f, o, p, a, b, FALSE) #define newSUB(f, o, p, b) newATTRSUB((f), (o), (p), NULL, (b)) -/* -=for apidoc_section Hook manipulation -*/ - #ifdef USE_ITHREADS # define OP_CHECK_MUTEX_INIT MUTEX_INIT(&PL_check_mutex) # define OP_CHECK_MUTEX_LOCK MUTEX_LOCK(&PL_check_mutex) -- cgit v1.2.1