bind9/doc/dev
Tony Finch f273fdfc12 De-duplicate __FILE__, __LINE__
Mostly generated automatically with the following semantic patch,
except where coccinelle was confused by #ifdef in lib/isc/net.c

@@ expression list args; @@
- UNEXPECTED_ERROR(__FILE__, __LINE__, args)
+ UNEXPECTED_ERROR(args)
@@ expression list args; @@
- FATAL_ERROR(__FILE__, __LINE__, args)
+ FATAL_ERROR(args)

(cherry picked from commit ec50c58f52)
2022-10-17 16:00:26 +01:00
..
copyrights Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
dev.md Drop references to Windows in doc/dev 2022-03-10 14:53:21 +00:00
HOW-ADB-WORKS.txt Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
rdata.md Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
results Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
style.md Enforce Python codestyle with black 2022-06-08 13:18:27 +02:00
unexpected De-duplicate __FILE__, __LINE__ 2022-10-17 16:00:26 +01:00