diff libinterp/octave-value/ov-java.cc @ 20945:9d9270e2f98f

eliminate comments after preprocessor conditionals * annotation-dialog.h, gl-select.h, documentation-dock-widget.h, files-dock-widget.h, find-files-dialog.h, find-files-model.h, history-dock-widget.h, file-editor-interface.h, file-editor.h, find-dialog.h, main-window.h, resource-manager.h, settings-dialog.h, shortcut-manager.h, terminal-dock-widget.h, welcome-wizard.h, defun-int.h, gl2ps-renderer.h, load-save.cc, ls-hdf5.cc, ls-mat5.cc, octave-link.h, sighandlers.cc, txt-eng-ft.cc, txt-eng-ft.h, zfstream.cc, zfstream.h, ov-cx-mat.cc, ov-cx-sparse.cc, ov-flt-cx-mat.cc, ov-flt-re-mat.cc, ov-java.cc, ov-re-mat.cc, ov-re-sparse.cc, Sparse-diag-op-defs.h, Sparse-perm-op-defs.h, oct-env.cc, oct-refcount.h, sparse-util.cc, statdefs.h, main.in.cc: Eliminate comments after preprocessor conditionals.
author John W. Eaton <jwe@octave.org>
date Fri, 18 Dec 2015 22:06:22 -0500
parents b17fda023ca6
children 6eff66fb8a02
line wrap: on
line diff
--- a/libinterp/octave-value/ov-java.cc	Fri Dec 18 17:17:24 2015 -0800
+++ b/libinterp/octave-value/ov-java.cc	Fri Dec 18 22:06:22 2015 -0500
@@ -495,7 +495,7 @@
         }
     }
 
-#else  // Not Win32 system
+#else
 
   // JAVA_LDPATH determined by configure and set in config.h
 #if defined (__APPLE__)
@@ -2063,7 +2063,7 @@
   return retval;
 }
 
-#endif  // endif on HAVE_JAVA
+#endif
 
 // DEFUN blocks below must be outside of HAVE_JAVA block so that
 // documentation strings are always available, even when functions are not.