Selaa lähdekoodia

+ Small nuance in thread availability

michael 21 vuotta sitten
vanhempi
commit
d97a312be5
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      docs/prog.tex

+ 2 - 1
docs/prog.tex

@@ -4742,7 +4742,8 @@ reloaded by program code into the menus \dots
 \section{Introduction}
 \fpc supports thread programming: There is a language construct 
 available for thread-local storage (\var{ThreadVar}), and cross-platform
-low-level thread routines are available.
+low-level thread routines are available for those operating systems that
+support threads.
 
 The compiler must be told to enable threading in a program. This is done 
 using the \var{\{\$THREADING\}} directive: