summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/cf/make-proto.pl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/cf/make-proto.pl')
-rw-r--r--crypto/heimdal/cf/make-proto.pl6
1 files changed, 4 insertions, 2 deletions
diff --git a/crypto/heimdal/cf/make-proto.pl b/crypto/heimdal/cf/make-proto.pl
index 9a47aed..9850d24 100644
--- a/crypto/heimdal/cf/make-proto.pl
+++ b/crypto/heimdal/cf/make-proto.pl
@@ -1,5 +1,5 @@
# Make prototypes from .c files
-# $Id: make-proto.pl,v 1.11 1999/04/15 12:37:54 joda Exp $
+# $Id: make-proto.pl,v 1.12 2001/06/23 22:29:18 assar Exp $
##use Getopt::Std;
require 'getopts.pl';
@@ -31,6 +31,9 @@ while(<>) {
next;
}
if(/\{/){
+ if (!/\}/) {
+ $brace++;
+ }
$_ = $line;
while(s/\*\//\ca/){
s/\/\*(.|\n)*\ca//;
@@ -77,7 +80,6 @@ while(<>) {
}
}
$line = "";
- $brace++;
}
if(/\}/){
$brace--;
OpenPOWER on IntegriCloud