aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ecc9f8c..527f04c 100644
--- a/README.md
+++ b/README.md
@@ -317,7 +317,7 @@ of `xs`.
---
```c
-#define strspushenvl(xs, ev, ...)
+#define strspushenvl(xs, ev, ...) /* … */
```
Append the value of the environment variable `ev` to the end of `xs`. If
@@ -373,7 +373,7 @@ more recently than the file `x`.
---
```c
-#define foutdatedl(x, ...)
+#define foutdatedl(x, ...) /* … */
```
Returns `true` if any of the files specified by the variable-arguments