comparison libinterp/corefcn/symtab.cc @ 20946:6eff66fb8a02

style fixes for comments * find-dialog.cc, find-dialog.h, display.cc, error.cc, gl-render.cc, graphics.cc, graphics.in.h, max.cc, oct-handle.h, oct-obj.h, oct-stream.cc, oct.h, pr-output.cc, profiler.cc, str2double.cc, symtab.cc, toplev.cc, toplev.h, xgl2ps.c, zfstream.cc, zfstream.h, __glpk__.cc, audiodevinfo.cc, colamd.cc, symbfact.cc, ov-classdef.cc, ov-classdef.h, ov-java.cc, op-int.h, pt-pr-code.cc, pt-walk.h: Use C++-style comments where possible.
author John W. Eaton <jwe@octave.org>
date Fri, 18 Dec 2015 22:39:36 -0500
parents a4f5da7c5463
children 93748bcaec17
comparison
equal deleted inserted replaced
20945:9d9270e2f98f 20946:6eff66fb8a02
1894 %!test 1894 %!test
1895 %! assert (bar == 5); 1895 %! assert (bar == 5);
1896 %! assert (strcmp (which ("bar"), "")); 1896 %! assert (strcmp (which ("bar"), ""));
1897 %! clear bar; 1897 %! clear bar;
1898 %! assert (! strcmp (which ("bar"), "")); 1898 %! assert (! strcmp (which ("bar"), ""));
1899 */ 1899 */