From b0c537e4c6bb1f66389f2f7d0776f4d7553328e2 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 28 Aug 2007 20:17:08 +0000 Subject: [PATCH] fix alphabetical order git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9918 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Source/Modules/swigmain.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Modules/swigmain.cxx b/Source/Modules/swigmain.cxx index 09589a6a0..4b303cb56 100644 --- a/Source/Modules/swigmain.cxx +++ b/Source/Modules/swigmain.cxx @@ -77,13 +77,13 @@ static swig_module modules[] = { {"-php5", swig_php5, "PHP5"}, {"-pike", swig_pike, "Pike"}, {"-python", swig_python, "Python"}, + {"-r", swig_r, "R (aka GNU S)"}, {"-ruby", swig_ruby, "Ruby"}, {"-sexp", swig_sexp, "Lisp S-Expressions"}, {"-tcl", swig_tcl, "Tcl"}, {"-tcl8", swig_tcl, 0}, {"-uffi", swig_uffi, "Common Lisp / UFFI"}, {"-xml", swig_xml, "XML"}, - {"-r", swig_r, "R (aka GNU S)"}, {NULL, NULL, NULL} };