mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-18 04:10:57 +01:00
py: added doc, unittests, anonymous encryption mode
This commit is contained in:
@@ -68,7 +68,6 @@ foreach my $head (@ARGV) {
|
||||
my ($name, $def) = split /\s\s*/, $1, 2;
|
||||
$def =~ s/\/\*.*//;
|
||||
if (!exists $defs{$name} && $def !~ /(sizeof| \+ )/) {
|
||||
print STDERR "name: $name\ndef: $def\n\n";
|
||||
$defs{$name} = "\n# $0: from $head:$.\n$name = $def\n";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user