1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/graphics/flasm/files/patch-unflasm.c
Jun Kuriyama 95f1f29249 Upgrade to 1.51.
PR:		ports/67447
Submitted by:	Marton Kenyeres <junkmail@konvergencia.hu>
2004-06-01 15:34:47 +00:00

35 lines
671 B
C

--- unflasm.c.orig Tue Jun 1 23:05:40 2004
+++ unflasm.c Tue Jun 1 23:07:05 2004
@@ -991,29 +991,11 @@
}
case SWFACTION_SETTARGET:
- {
- if (targetIndent == 1) {
- --indent;
- print("end\n");
- targetIndent = 0;
- }
- if (strlen((char *) p) > 0) {
- print("setTarget '%s'\n", p);
- ++indent;
- targetIndent = 1;
- }
- break;
- }
+ print("setTarget '%s'\n", p);
+ break;
case SWFACTION_SETTARGETEXPRESSION:
- if (targetIndent == 1) {
- --indent;
- print("end\n");
- targetIndent = 0;
- }
print("setTargetExpr\n");
- ++indent;
- targetIndent = 1;
break;
case SWFACTION_GOTOLABEL: