mirror of
https://github.com/henrydcase/pqc.git
synced 2024-11-22 15:39:07 +00:00
Explicitly disallow preprocessor #if
This commit is contained in:
parent
0d24eb1f15
commit
4bf6810c9a
2
.github/pull_request_template.md
vendored
2
.github/pull_request_template.md
vendored
@ -6,7 +6,7 @@
|
||||
#### Manually checked properties
|
||||
<!-- These checkboxes serve for the maintainers of PQClean to verify your submission. Please do not check them yourself. -->
|
||||
|
||||
* [ ] `#ifdef`s only for header encapsulation
|
||||
* [ ] `#if`/`#ifdef`s only for header encapsulation
|
||||
* [ ] `api.h` does not include other files
|
||||
* [ ] No stringification macros
|
||||
* [ ] Output-parameter pointers in functions are on the left
|
||||
|
@ -65,7 +65,7 @@ _The checking of items on this list is still being developed. Checked items shou
|
||||
## Requirements on C implementations that are manually checked
|
||||
|
||||
* Minimalist Makefiles
|
||||
* `#ifdef`s only for header encapsulation
|
||||
* `#if`/`#ifdef`s only for header encapsulation
|
||||
* No stringification macros
|
||||
* Output-parameter pointers in functions are on the left
|
||||
* `const` arguments are labeled as `const`
|
||||
|
Loading…
Reference in New Issue
Block a user