Revision: 56508
          http://sourceforge.net/p/brlcad/code/56508
Author:   brlcad
Date:     2013-08-04 17:22:56 +0000 (Sun, 04 Aug 2013)
Log Message:
-----------
no if 0 case, remove the if 1 wrappage.

Modified Paths:
--------------
    brlcad/trunk/src/bwish/input.c

Modified: brlcad/trunk/src/bwish/input.c
===================================================================
--- brlcad/trunk/src/bwish/input.c      2013-08-04 17:22:32 UTC (rev 56507)
+++ brlcad/trunk/src/bwish/input.c      2013-08-04 17:22:56 UTC (rev 56508)
@@ -321,7 +321,6 @@
            break;
        case CTRL_N:                  /* Next history command */
        case CTRL_P:                  /* Last history command */
-#if 1
            /* Work the history routines to get the right string */
            if (freshline) {
                if (ch == CTRL_P) {
@@ -364,7 +363,6 @@
            bu_log("%V", &input_str);
            input_str_index = bu_vls_strlen(&input_str);
            escaped = bracketed = 0;
-#endif
            break;
        case CTRL_W:                   /* backward-delete-word */
            {

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to