Changeset af1920fd for editwin.c


Ignore:
Timestamp:
Feb 3, 2008, 1:01:07 AM (16 years ago)
Author:
Alejandro R. Sedeño <asedeno@mit.edu>
Branches:
master, barnowl_perlaim, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
247cbc9, 61abb18
Parents:
1b737a1
Message:
Portability - removing C++ style comments.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • editwin.c

    rcc6f009 raf1920fd  
    3636  e->echochar='\0';
    3737
     38  /* We get initialized multiple times, but we need to hold on to
     39     the callbacks, so we can't NULL them here. */
    3840  /*
    39     // We get initialized multiple times, but we need to hold on to
    40     // the callbacks, so we can't NULL them here.
    4141    e->command = NULL;
    4242    e->callback = NULL;
     
    116116    owl_function_error("Internal error: No editwin callback!");
    117117  } else {
    118     // owl_function_error("text: |%s|", owl_editwin_get_text(e));
     118    /* owl_function_error("text: |%s|", owl_editwin_get_text(e)); */
    119119    cb(e);
    120120  }
Note: See TracChangeset for help on using the changeset viewer.