[1457] in Source-Commits
athena/bin/olc/browser/motif callbacks.c
daemon@ATHENA.MIT.EDU (Greg Hudson)
Wed Apr 30 13:31:49 1997
From: Greg Hudson <ghudson@MIT.EDU>
To: source-commits@MIT.EDU
Date: Wed, 30 Apr 1997 13:31:45 EDT
Update of /afs/dev.mit.edu/source/repository/athena/bin/olc/browser/motif
In directory the-light-fantastic:/afs/dev.mit.edu/user/ghudson/progress/olc/browser/motif
Modified Files:
callbacks.c
Log Message:
From bert:
Moved cref.h to include/browser (and merged with the curses one).
Some symbols changed names in the process.
Fixed a missing #include for <Xm/MessageB.h>
Moved assignments out of "if" statement tests.
Grouped * with variables (not types) in variable declarations.
Removed multiplication by sizeof(char).