mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-02 17:24:58 +02:00
doc: Remove section about include guards
This commit is contained in:
@@ -83,7 +83,7 @@ def main():
|
||||
|
||||
if count != 3:
|
||||
print(f'{header_file} seems to be missing the expected '
|
||||
'include guard:')
|
||||
'include guard to prevent the double inclusion problem:')
|
||||
print(f' #ifndef {header_id}')
|
||||
print(f' #define {header_id}')
|
||||
print(' ...')
|
||||
|
||||
Reference in New Issue
Block a user