new library for arguments - renamed library files to .hxx; refs #6
This commit is contained in:
		@@ -14,7 +14,7 @@ nobase_include_HEADERS = mrw/arg.hxx mrw/auto.hxx mrw/configfile.hxx	\
 | 
			
		||||
                         mrw/smartpointer.hxx mrw/stacktrace.hxx	\
 | 
			
		||||
                         mrw/stdext.hxx mrw/string.hxx			\
 | 
			
		||||
                         mrw/tokenizer.hxx mrw/unistd.hxx		\
 | 
			
		||||
                         mrw/vector.hxx mrw/args
 | 
			
		||||
                         mrw/vector.hxx mrw/args.hxx mrw/iomanip.hxx
 | 
			
		||||
 | 
			
		||||
if HAVE_STACKTRACE
 | 
			
		||||
  AM_CPPFLAGS += -DHAVE_STACKTRACE
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@
 | 
			
		||||
#ifndef __ARGS__
 | 
			
		||||
#define __ARGS__
 | 
			
		||||
 | 
			
		||||
#include <mrw/iomanip>
 | 
			
		||||
#include <mrw/iomanip.hxx>
 | 
			
		||||
 | 
			
		||||
#include <vector>
 | 
			
		||||
#include <map>
 | 
			
		||||
		Reference in New Issue
	
	Block a user