Remove generated destroy_*_error_table prototype
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3800 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# Copyright (c) 1997 Kungliga Tekniska H<>gskolan
|
# Copyright (c) 1997 Kungliga Tekniska H<>gskolan
|
||||||
# (Royal Institute of Technology, Stockholm, Sweden).
|
(Royal Institute of Technology, Stockholm, Sweden).
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# $Id$
|
# $Id$
|
||||||
@@ -53,7 +53,6 @@ $1 == "error_table" || $1 == "et" {
|
|||||||
print "#include <error.h>" > h_file
|
print "#include <error.h>" > h_file
|
||||||
print "" > h_file
|
print "" > h_file
|
||||||
print "void initialize_" name "_error_table(struct error_table**);" > h_file
|
print "void initialize_" name "_error_table(struct error_table**);" > h_file
|
||||||
print "void destroy_" name "_error_table (struct error_table *);" > h_file
|
|
||||||
print "" > h_file
|
print "" > h_file
|
||||||
print "typedef enum " name "_error_number{" > h_file
|
print "typedef enum " name "_error_number{" > h_file
|
||||||
print "\tERROR_TABLE_BASE_" name " = " base "," > h_file
|
print "\tERROR_TABLE_BASE_" name " = " base "," > h_file
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
# Copyright (c) 1997 Kungliga Tekniska H<>gskolan
|
# Copyright (c) 1997 Kungliga Tekniska H<>gskolan
|
||||||
# (Royal Institute of Technology, Stockholm, Sweden).
|
(Royal Institute of Technology, Stockholm, Sweden).
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# $Id$
|
# $Id$
|
||||||
@@ -53,7 +53,6 @@ $1 == "error_table" || $1 == "et" {
|
|||||||
print "#include <error.h>" > h_file
|
print "#include <error.h>" > h_file
|
||||||
print "" > h_file
|
print "" > h_file
|
||||||
print "void initialize_" name "_error_table(struct error_table**);" > h_file
|
print "void initialize_" name "_error_table(struct error_table**);" > h_file
|
||||||
print "void destroy_" name "_error_table (struct error_table *);" > h_file
|
|
||||||
print "" > h_file
|
print "" > h_file
|
||||||
print "typedef enum " name "_error_number{" > h_file
|
print "typedef enum " name "_error_number{" > h_file
|
||||||
print "\tERROR_TABLE_BASE_" name " = " base "," > h_file
|
print "\tERROR_TABLE_BASE_" name " = " base "," > h_file
|
||||||
|
Reference in New Issue
Block a user