From 9be4a5192a97fffba55108544a345071d961ab4c Mon Sep 17 00:00:00 2001 From: alane Date: Fri, 31 Jan 2003 20:21:24 +0000 Subject: OSSP ex is a small ISO-C++ style exception handling library for use in the ISO-C language. It allows you to use the paradigm of throwing and catching exceptions in order to reduce the amount of error handling code without making your program less robust. By Ralf Engelschall. His s***'s not ****ed up. --- devel/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/Makefile') diff --git a/devel/Makefile b/devel/Makefile index 526f3ad4fff2..4b94df598097 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -409,6 +409,7 @@ SUBDIR += oniguruma SUBDIR += openzz SUBDIR += orbitcpp + SUBDIR += ossp-ex SUBDIR += ossp-mm SUBDIR += p4.el SUBDIR += p4db -- cgit