Fossil SCM
Removed a couple dangling undefs from the previous commit.
Commit
dcc977628f28d65013f96ca4044197bd5c85416fef930c29e794616e581fccb2
Parent
0d160f9fa8bf2e2…
1 file changed
-2
-2
| --- src/checkin.c | ||
| +++ src/checkin.c | ||
| @@ -3610,11 +3610,10 @@ | ||
| 3610 | 3610 | CX(" }\n"); |
| 3611 | 3611 | CX(" }\n"); |
| 3612 | 3612 | CX(" x.send();"); |
| 3613 | 3613 | CX("};\n"); |
| 3614 | 3614 | fileedit_emit_script(1); |
| 3615 | -#undef fp | |
| 3616 | 3615 | }; |
| 3617 | 3616 | #endif /* fileedit_emit_script_fetch() */ |
| 3618 | 3617 | |
| 3619 | 3618 | /* |
| 3620 | 3619 | ** Outputs a labeled checkbox element: |
| @@ -3997,7 +3996,6 @@ | ||
| 3997 | 3996 | fileedit_emit_script(1); |
| 3998 | 3997 | } |
| 3999 | 3998 | db_end_transaction(0/*noting that dry-run mode will have already |
| 4000 | 3999 | ** set this to rollback mode. */); |
| 4001 | 4000 | style_footer(); |
| 4002 | -#undef fp | |
| 4003 | 4001 | } |
| 4004 | 4002 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -3610,11 +3610,10 @@ | |
| 3610 | CX(" }\n"); |
| 3611 | CX(" }\n"); |
| 3612 | CX(" x.send();"); |
| 3613 | CX("};\n"); |
| 3614 | fileedit_emit_script(1); |
| 3615 | #undef fp |
| 3616 | }; |
| 3617 | #endif /* fileedit_emit_script_fetch() */ |
| 3618 | |
| 3619 | /* |
| 3620 | ** Outputs a labeled checkbox element: |
| @@ -3997,7 +3996,6 @@ | |
| 3997 | fileedit_emit_script(1); |
| 3998 | } |
| 3999 | db_end_transaction(0/*noting that dry-run mode will have already |
| 4000 | ** set this to rollback mode. */); |
| 4001 | style_footer(); |
| 4002 | #undef fp |
| 4003 | } |
| 4004 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -3610,11 +3610,10 @@ | |
| 3610 | CX(" }\n"); |
| 3611 | CX(" }\n"); |
| 3612 | CX(" x.send();"); |
| 3613 | CX("};\n"); |
| 3614 | fileedit_emit_script(1); |
| 3615 | }; |
| 3616 | #endif /* fileedit_emit_script_fetch() */ |
| 3617 | |
| 3618 | /* |
| 3619 | ** Outputs a labeled checkbox element: |
| @@ -3997,7 +3996,6 @@ | |
| 3996 | fileedit_emit_script(1); |
| 3997 | } |
| 3998 | db_end_transaction(0/*noting that dry-run mode will have already |
| 3999 | ** set this to rollback mode. */); |
| 4000 | style_footer(); |
| 4001 | } |
| 4002 |