Skip to content

Commit

Permalink
Have block_exit appear before echo
Browse files Browse the repository at this point in the history
This allows cscut pattern matching on echo to select the appropriate part.
  • Loading branch information
dspinellis committed Jul 28, 2024
1 parent 38f40fe commit b6ba0c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/csmake.pl
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@
#include "$instdir/csmake-post-defs.h"
$process
#pragma popd
#pragma echo "Done processing $src\\n"
#pragma block_exit
#pragma echo "Done processing $src\\n"
};
undef $state;
} elsif (/^INSRC (.*)/) {
Expand Down

0 comments on commit b6ba0c3

Please sign in to comment.