- Timestamp:
- 03/30/14 23:59:06 (11 years ago)
- Branches:
- master
- Children:
- 0a58b3f
- Parents:
- f924e4b
- git-author:
- Tomasz Obrebski <obrebski@…> (03/30/14 23:59:06)
- git-committer:
- Tomasz Obrebski <obrebski@…> (03/30/14 23:59:06)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/dgc/dgc
r3b02b04 r519eaf5 293 293 my $hflagconstr = @{$x->{hflagconstr}} ? "//@{$x->{hflagconstr}}" : ""; 294 294 my $dflagconstr = @{$x->{dflagconstr}} ? "//@{$x->{dflagconstr}}" : ""; 295 my $props = join(map { "\&$_" } $x->{props}); 296 print_outin("LINK $head->{cat}$hflagconstr $dep->{cat}$dflagconstr $x->{role}$props",$x, @agrs, @govs); 295 my $props = join('',map("\&$_", @{$x->{props}})); 296 297 print_outin("LINK $head->{cat}$hflagconstr $dep->{cat}$dflagconstr $x->{role} $props",$x, @agrs, @govs); 297 298 } 298 299 }
Note: See TracChangeset
for help on using the changeset viewer.