diff options
author | Mattias Andrée <maandree@kth.se> | 2016-03-23 13:27:51 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2016-03-23 13:29:26 +0100 |
commit | caa881729a9d394fec28b952fc111c6008613e55 (patch) | |
tree | 56e143e393f230d37ad08a0a13123e20d3f0cfe6 /patch-test/reppatch_def/def | |
download | base-util-tests-caa881729a9d394fec28b952fc111c6008613e55.tar.gz base-util-tests-caa881729a9d394fec28b952fc111c6008613e55.tar.bz2 base-util-tests-caa881729a9d394fec28b952fc111c6008613e55.tar.xz |
initial import
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'patch-test/reppatch_def/def')
-rw-r--r-- | patch-test/reppatch_def/def | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/patch-test/reppatch_def/def b/patch-test/reppatch_def/def new file mode 100644 index 0000000..9fabe57 --- /dev/null +++ b/patch-test/reppatch_def/def @@ -0,0 +1,53 @@ +0 +1 +2 +3 +#ifdef x +added +added +#endif +4 +5 +6 +7 +8 +9 +10 +11 +12 +13 +14 +15 +#ifndef x +16 +#endif +17 +18 +#ifndef x +19 +20 +#endif +21 +22 +#ifndef x +23 +24 +25 +#endif +26 +27 +28 +29 +30 +31 +32 +#ifndef x +33 +34 +35 +36 +37 +38 +39 +40 +#endif |