/[emacs]/emacs/src/dispnew.c
ViewVC logotype

Diff of /emacs/src/dispnew.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.349 by miles, Wed Jun 22 01:22:42 2005 UTC revision 1.350 by lektu, Thu Jun 23 16:06:10 2005 UTC
# Line 6348  Emacs was built without floating point s Line 6348  Emacs was built without floating point s
6348    
6349  #ifndef EMACS_HAS_USECS  #ifndef EMACS_HAS_USECS
6350    if (sec == 0 && usec != 0)    if (sec == 0 && usec != 0)
6351      error ("millisecond `sleep-for' not supported on %s", SYSTEM_TYPE);      error ("Millisecond `sleep-for' not supported on %s", SYSTEM_TYPE);
6352  #endif  #endif
6353    
6354    /* Assure that 0 <= usec < 1000000.  */    /* Assure that 0 <= usec < 1000000.  */
# Line 6448  usage: (sit-for SECONDS &optional NODISP Line 6448  usage: (sit-for SECONDS &optional NODISP
6448    
6449  #ifndef EMACS_HAS_USECS  #ifndef EMACS_HAS_USECS
6450    if (usec != 0 && sec == 0)    if (usec != 0 && sec == 0)
6451      error ("millisecond `sit-for' not supported on %s", SYSTEM_TYPE);      error ("Millisecond `sit-for' not supported on %s", SYSTEM_TYPE);
6452  #endif  #endif
6453    
6454    return sit_for (sec, usec, 0, NILP (nodisp), NILP (nodisp));    return sit_for (sec, usec, 0, NILP (nodisp), NILP (nodisp));

Legend:
Removed from v.1.349  
changed lines
  Added in v.1.350

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26