mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-14 06:45:30 -04:00
14 lines
831 B
Plaintext
14 lines
831 B
Plaintext
$NetBSD: patch-af,v 1.1 2008/07/27 20:14:14 dholland Exp $
|
|
|
|
--- usecode/ucxt/include/ucfunc.h~ 2003-08-31 13:32:28.000000000 -0400
|
|
+++ usecode/ucxt/include/ucfunc.h 2008-07-27 14:07:35.000000000 -0400
|
|
@@ -206,7 +206,7 @@
|
|
bool output_list(std::ostream &o, unsigned int funcno, const UCOptions &options);
|
|
|
|
bool output_ucs(std::ostream &o, const FuncMap &funcmap, const std::map<unsigned int, std::string> &intrinsics, const UCOptions &options);
|
|
- std::ostream &UCFunc::output_ucs_funcname(std::ostream &o, const FuncMap &funcmap);
|
|
+ std::ostream &output_ucs_funcname(std::ostream &o, const FuncMap &funcmap);
|
|
std::ostream &output_ucs_funcname(std::ostream &o, const FuncMap &funcmap,
|
|
unsigned int funcid,
|
|
unsigned int numargs, bool return_var);
|