diff options
Diffstat (limited to '')
-rw-r--r-- | patch-test/reppatch_def/def | 53 | ||||
-rw-r--r-- | patch-test/reppatch_def/def.alt1 | 57 | ||||
-rw-r--r-- | patch-test/reppatch_def/def.alt2 | 57 |
3 files changed, 167 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 diff --git a/patch-test/reppatch_def/def.alt1 b/patch-test/reppatch_def/def.alt1 new file mode 100644 index 0000000..cc0d82e --- /dev/null +++ b/patch-test/reppatch_def/def.alt1 @@ -0,0 +1,57 @@ +#ifndef x +0 +#else +0 +#endif +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 diff --git a/patch-test/reppatch_def/def.alt2 b/patch-test/reppatch_def/def.alt2 new file mode 100644 index 0000000..6c3f6db --- /dev/null +++ b/patch-test/reppatch_def/def.alt2 @@ -0,0 +1,57 @@ +#ifdef x +0 +#else +0 +#endif +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 |