Re: [fpc-pascal] C translation question

2016-11-13 Thread Bo Berglund
On Sun, 30 Oct 2016 21:15:03 -0600, "Lars"
 wrote:

>The issue with github is that it encourages a lot of forking rather than
>working together as CVS did.

We still use CVS and its ability to handle multiple developers on the
same code files is one important thing.
As is the fact that we have used it for such a long time (since 2000)
and literally everything is in our CVS repository...


-- 
Bo Berglund
Developer in Sweden

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal


[fpc-pascal] Docs: Type A = Integer?

2016-11-13 Thread Ewald
Hello,

Section 1.2.40 of Programmers guide
(http://www.freepascal.org/docs-html/prog/progsu40.html#x47-460001.2.40)
says, somewhere in the middle:

Type  
  A = Integer;
   
Is it supposed to be there? If so, what is it supposed to mean?

-- 
Ewald

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] Docs: Type A = Integer?

2016-11-13 Thread Mattias Gaertner
On Sun, 13 Nov 2016 21:21:16 +0100
Ewald  wrote:

> Hello,
> 
> Section 1.2.40 of Programmers guide
> (http://www.freepascal.org/docs-html/prog/progsu40.html#x47-460001.2.40)
> says, somewhere in the middle:
> 
> Type  
>   A = Integer;
>
> Is it supposed to be there? If so, what is it supposed to mean?

Maybe this helps:
http://www.freepascal.org/docs-html/current/ref/refse19.html

Mattias
 
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] Docs: Type A = Integer?

2016-11-13 Thread leledumbo
> Maybe this helps:
> http://www.freepascal.org/docs-html/current/ref/refse19.html

I think the OP means that type block is shouldn't be there. The page is
talking about include directive and that type definition is not related in
anyway with paragraphs below or above it.



--
View this message in context: 
http://free-pascal-general.1045716.n5.nabble.com/Docs-Type-A-Integer-tp5726862p5726864.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] Docs: Type A = Integer?

2016-11-13 Thread Michael Van Canneyt



On Sun, 13 Nov 2016, leledumbo wrote:


Maybe this helps:
http://www.freepascal.org/docs-html/current/ref/refse19.html


I think the OP means that type block is shouldn't be there. The page is
talking about include directive and that type definition is not related in
anyway with paragraphs below or above it.


Indeed, in SVN it is no longer there.

Michael.
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal