summaryrefslogtreecommitdiffstats
path: root/byterun/rotatecursor.h
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>1999-11-15 16:51:05 +0000
committerDamien Doligez <damien.doligez-inria.fr>1999-11-15 16:51:05 +0000
commitf6795073f788e8d4c9c7ae1a0ad78a950d247142 (patch)
tree8bbb0bfdc7670e395a3f739f3ea82f8283444b9e /byterun/rotatecursor.h
parenta5268f4a8ff3e98f8fb22156679e11a86cd93ddb (diff)
MacOS
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2527 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'byterun/rotatecursor.h')
-rw-r--r--byterun/rotatecursor.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/byterun/rotatecursor.h b/byterun/rotatecursor.h
index 53414e11c..cb850cd3c 100644
--- a/byterun/rotatecursor.h
+++ b/byterun/rotatecursor.h
@@ -11,26 +11,6 @@
/* $Id$ */
-/* Rotatecursor library, written by Damien Doligez
- This file is in the public domain.
- version 1.7
-
- The goal of this library is to help implement cooperative multitasking
- for MPW tools: to make sure that your program calls RotateCursor often
- enough (about 20 times per second) but not too often (to avoid a big
- slowdown). It can also be used in applications as soon as you have
- an implementation of InitCursorCtl and RotateCursor (which is not hard
- to do).
-
- Simplified usage:
-
- 1. #include this file where appropriate
- 2. Insert the following line in the inner loop(s) of your program:
- ROTATECURSOR_MAGIC ();
- The overhead of this macro is only a few CPU cycles, so it can be
- used without problem even in a tight loop.
-*/
-
#ifndef _rotatecursor_
#define _rotatecursor_